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
msgrcv only succeeds if m...
by
TCH
[
Today
at 07:26:35 pm]
What is the best free pot...
by
Alienizering
[
Today
at 06:53:59 pm]
backconnect sock proxy ? ...
by
ZainPeck
[
Today
at 05:50:54 pm]
LazReport: Error using Hi...
by
luca
[
Today
at 05:39:29 pm]
[SOLVED] TPointF Not Foun...
by
J-G
[
Today
at 04:41:43 pm]
How can i run application...
by
rvk
[
Today
at 03:42:58 pm]
Optimizing the counter co...
by
BrunoK
[
Today
at 03:39:06 pm]
LAMW - "This app has a bu...
by
Mongkey
[
Today
at 01:50:42 pm]
MOVED: TPointF Not Found ...
by
trev
[
Today
at 01:50:34 pm]
Custom Control causes QTr...
by
zeljko
[
Today
at 12:57:23 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: [SOLVED] Error: No default property available (Read 2277 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: 2021
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: 578
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