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
Printing to PDF
by
Badger
[
Today
at 04:28:28 am]
Parallel programming mode...
by
dbannon
[
Today
at 04:19:32 am]
Is it possible to edit se...
by
egsuh
[
Today
at 04:18:39 am]
Form editor 'Lock' featur...
by
dbannon
[
Today
at 03:54:51 am]
Capitalize word after eac...
by
jamie
[
Today
at 03:51:41 am]
Cannot clean and Build - ...
by
dbannon
[
Today
at 02:06:56 am]
Summing up the hours
by
y.ivanov
[
Today
at 01:40:36 am]
Extract XPath from HTML i...
by
Miguel.BR
[
Today
at 01:31:31 am]
TApplication vs Applicati...
by
VisualLab
[
Today
at 12:02:14 am]
Jurassic Park's "operatio...
by
MarkMLl
[July 03, 2022, 11:03:17 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: [SOLVED] Error: No default property available (Read 2307 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: 2042
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