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
TApplication.onException ...
by
Nicola Gorlandi
[
Today
at 11:07:29 am]
Help needed for usage of ...
by
Leledumbo
[
Today
at 09:51:24 am]
installation warning
by
trev
[
Today
at 07:58:39 am]
Vector graphics floodfill...
by
circular
[
Today
at 07:29:39 am]
const variable can be mod...
by
ssawgift
[
Today
at 04:50:53 am]
Lazarus Release 2.2.2
by
440bx
[
Today
at 04:24:26 am]
Open Application with sta...
by
Thausand
[
Today
at 03:51:21 am]
Get Free space of Disk or...
by
trev
[
Today
at 02:21:53 am]
MOVED: snake biting its t...
by
trev
[
Today
at 02:15:04 am]
MOVED: const variable can...
by
trev
[
Today
at 02:13:31 am]
« previous
next »
Print
Pages: [
1
]
Author
Topic: [SOLVED] Error: No default property available (Read 2279 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: 2022
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: 580
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