Re: [Lazarus] RTTI grid with multiple objects ?

2017-05-07 Thread Michael Van Canneyt via Lazarus
On Sun, 7 May 2017, Mattias Gaertner via Lazarus wrote: On Sun, 7 May 2017 15:15:29 +0200 (CEST) Michael Van Canneyt via Lazarus wrote: Hello, How to make the RTTI property grid display the properties of a set of TComponents ? Currently I have: (MyGrid is

Re: [Lazarus] RTTI grid with multiple objects ?

2017-05-07 Thread Mattias Gaertner via Lazarus
On Sun, 7 May 2017 15:15:29 +0200 (CEST) Michael Van Canneyt via Lazarus wrote: > Hello, > > How to make the RTTI property grid display the properties of a set of > TComponents ? > > Currently I have: (MyGrid is the property grid) > > Var >I : integer; >

[Lazarus] RTTI grid with multiple objects ?

2017-05-07 Thread Michael Van Canneyt via Lazarus
Hello, How to make the RTTI property grid display the properties of a set of TComponents ? Currently I have: (MyGrid is the property grid) Var I : integer; L : TPersistentSelectionList; begin C:=0; L:=MyGrid.Selection; L.BeginUpdate; try L.Clear; if Not