Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
General
»
RTTIPropertyGrid expand
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
Forum Rules
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
FreePascal/Lazarus docume...
by
dsiders
[
Today
at 12:14:02 am]
Debian removes FPC/Lazaru...
by
Fred vS
[
Today
at 12:12:27 am]
Lazarus IDE built for LCL...
by
dbannon
[March 05, 2026, 11:52:07 pm]
Should TEdit.Clear cause ...
by
Bart
[March 05, 2026, 10:07:40 pm]
Reset doesn't open ReadOn...
by
eny
[March 05, 2026, 09:29:24 pm]
unit ProjectDescriptorTyp...
by
n7800
[March 05, 2026, 09:27:11 pm]
Interface problem
by
PascalDragon
[March 05, 2026, 09:22:57 pm]
Variable initialization
by
PascalDragon
[March 05, 2026, 09:08:03 pm]
bgraformatui.pas(26,12) W...
by
PascalDragon
[March 05, 2026, 09:05:02 pm]
Update a table with an Au...
by
CraigC
[March 05, 2026, 07:43:56 pm]
FPC says file exists, Laz...
by
cdbc
[March 05, 2026, 05:06:05 pm]
Lazarus Bugfix Release 4....
by
uganof
[March 05, 2026, 03:04:05 pm]
Add Help to an Applicatio...
by
1HuntnMan
[March 05, 2026, 02:41:40 pm]
composition instead of in...
by
BildatBoffin
[March 05, 2026, 01:16:31 pm]
Is it me or is there some...
by
jamie
[March 05, 2026, 12:03:37 pm]
Lazarus 4.x - ZeosdBo
by
essence-ciel
[March 05, 2026, 08:29:57 am]
Fpcupdeluxe
by
DonAlfredo
[March 05, 2026, 08:22:12 am]
BGRAVirtualScreen - weird...
by
backprop
[March 05, 2026, 08:20:04 am]
Question about fpreport
by
ginoo
[March 05, 2026, 07:17:44 am]
Status of Fresnel Project...
by
dbannon
[March 05, 2026, 06:11:31 am]
https://live.freepascal.o...
by
PierceNg
[March 05, 2026, 05:15:59 am]
Lazarus Woes (4.2)
by
Martin_fr
[March 04, 2026, 09:22:32 pm]
gitlab issues menu
by
n7800
[March 04, 2026, 07:52:13 pm]
The growth of computers
by
LeP
[March 04, 2026, 07:04:17 pm]
Problem to restore previo...
by
Hartmut
[March 04, 2026, 05:19:29 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: RTTIPropertyGrid expand (Read 401 times)
ig
New Member
Posts: 12
RTTIPropertyGrid expand
«
on:
January 12, 2026, 10:47:03 am »
Does anyone have a in idea on how to automatically expand sub-classes (nested) in the TTIPropertyGrid?
I would like to show all properties at once to the user, also the nested ones.
Thx.
Platform: MS Windows 11
Lazarus: 4.4 with FPC 3.2.3
Logged
jamie
Hero Member
Posts: 7587
Re: RTTIPropertyGrid expand
«
Reply #1 on:
January 13, 2026, 03:17:43 am »
Code: Pascal
[Select]
[+]
[-]
Var
Var
R
:
TOIPropertyGridRow
;
Begin
R
:
=
TIPropertyGrid
.
GetRowByPath
(
'Font.color'
)
;
//Just an example.
End
;
This took me a while to find this, there is no exposed function for this other than keyboard and above.
you need to specify the Property Name.A_Member of said property and it expands the list.
Good luck.
Jamie
Logged
The only true wisdom is knowing you know nothing
ig
New Member
Posts: 12
Re: RTTIPropertyGrid expand
«
Reply #2 on:
January 17, 2026, 09:11:09 am »
Thank you, works like a charm.
Logged
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
General
»
RTTIPropertyGrid expand
TinyPortal
© 2005-2018