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
How many lines is too man...
by
Lauriet
[
Today
at 06:27:51 am]
Front-end framework
by
PierceNg
[
Today
at 05:46:34 am]
Amigo programming languag...
by
paxscript
[
Today
at 05:21:56 am]
[SOLVED] The "dockedforme...
by
Gustavo 'Gus' Carreno
[
Today
at 05:08:22 am]
X11Libre, finally and for...
by
Fred vS
[
Today
at 03:37:59 am]
https://live.freepascal.o...
by
PierceNg
[
Today
at 03:04:22 am]
Debian removes FPC/Lazaru...
by
Fred vS
[
Today
at 01:17:08 am]
PasLLM - LLM Inference En...
by
valdir.marcos
[
Today
at 01:11:25 am]
Fast Canvas Library V1.05...
by
Gigatron
[
Today
at 01:09:53 am]
TDirectoryEdit with OnAft...
by
Bart
[
Today
at 01:04:32 am]
Problem wih reference to ...
by
PascalDragon
[
Today
at 12:09:44 am]
Win 11, strange position ...
by
Bart
[March 07, 2026, 11:23:38 pm]
Benchmark test in nanosec...
by
PascalDragon
[March 07, 2026, 11:14:15 pm]
How to execute a procedur...
by
n7800
[March 07, 2026, 10:17:32 pm]
Set horizontal scroll pos...
by
jamie
[March 07, 2026, 09:50:54 pm]
[SOLVED] Add Help to an A...
by
valdir.marcos
[March 07, 2026, 07:18:00 pm]
Variable initialization
by
valdir.marcos
[March 07, 2026, 05:58:47 pm]
Lazarus IDE built for LCL...
by
valdir.marcos
[March 07, 2026, 05:57:09 pm]
Status of LCL-fpGUI widge...
by
valdir.marcos
[March 07, 2026, 04:04:53 pm]
Status of LCL's CustomDra...
by
zeljko
[March 07, 2026, 03:59:56 pm]
uses unit decalration ord...
by
Martin_fr
[March 07, 2026, 02:10:32 pm]
Update a table with an Au...
by
CraigC
[March 07, 2026, 01:56:50 pm]
could Ardour's YTK be use...
by
robert rozee
[March 07, 2026, 01:51:39 pm]
[SOLVED] File Format LAMW...
by
RaketeMike
[March 07, 2026, 01:41:46 pm]
[ANN] PasBuild 1.5.0 rele...
by
cdbc
[March 07, 2026, 05:10:09 am]
« previous
next »
Print
Pages: [
1
]
Author
Topic: RTTIPropertyGrid expand (Read 402 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: 7590
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