Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
Graphics and Multimedia
»
Graphics
(Moderator:
Ask
) »
[SOLVED] Error: No default property available
Free Pascal
Website
Downloads
Wiki
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Bugtracker
CCR Bugs
IRC channel
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
and operator
by
y.ivanov
[
Today
at 01:49:29 pm]
Center align cell
by
calm_sea
[
Today
at 01:44:32 pm]
Redraw issues, how to opt...
by
bobby100
[
Today
at 01:37:13 pm]
Heap memory release error...
by
Martin_fr
[
Today
at 01:32:34 pm]
Black Shark Graphics Engi...
by
BlackShark
[
Today
at 01:17:59 pm]
Can't send bytes via jTCP...
by
Mongkey
[
Today
at 01:06:03 pm]
INDY10 and LAMW
by
Mongkey
[
Today
at 01:05:12 pm]
BringToFront
by
pascal111
[
Today
at 12:50:31 pm]
TreeView, FontColor witho...
by
wp
[
Today
at 12:14:15 pm]
A Pascal Library with Dem...
by
sysrpl
[
Today
at 11:41:35 am]
« previous
next »
Print
Pages: [
1
]
Author
Topic: [SOLVED] Error: No default property available (Read 2305 times)
avv210
New Member
Posts: 13
[SOLVED] Error: No default property available
«
on:
December 26, 2021, 01:43:39 pm »
Hi guys, so I am working on my college assignment, and then I have an error. The error is in attachment.
Here is my GitHub project ->
https://github.com/AlphaByte-RedTeam/College/blob/main/Semester%203/Digital%20Image%20Processing/Tugas/Tugas%20%233/filteringproject.pas
How can I resolve the issue? Thank you
---
Edit: Thank you for all the answer, sorry. Silly mistake
«
Last Edit: December 27, 2021, 09:23:49 am by avv210
»
Logged
dbannon
Hero Member
Posts: 2038
Re: Error: No default property available
«
Reply #1 on:
December 26, 2021, 01:58:51 pm »
The error message points to line 110, col 87
kernalSize, seems to be a TLabel, does not look to me that it belongs in the expression on line 110.
Davo
Logged
Lazarus 2, Linux (and reluctantly Win10, OSX)
My Project -
https://github.com/tomboy-notes/tomboy-ng
dseligo
Hero Member
Posts: 613
Re: Error: No default property available
«
Reply #2 on:
December 26, 2021, 03:12:36 pm »
You have TLabel named kernelSize, but also on line 53 you have this:
Code: Pascal
[Select]
[+]
[-]
kernelSize
:
array
[
0
..
100
,
0
..
100
]
of
double
;
Rename your label name to something else.
Logged
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
Graphics and Multimedia
»
Graphics
(Moderator:
Ask
) »
[SOLVED] Error: No default property available
TinyPortal
© 2005-2018