Board index » delphi » Writting TClassProperty
Narcis Florea
![]() Delphi Developer |
Narcis Florea
![]() Delphi Developer |
Writting TClassProperty2003-10-23 09:46:38 PM delphi159 Hi I have a component where I want put a ClassProperty having subproperties. How can I use GetProperties method, I didn't found any examples or documentation about this, except I must override and pass apropriate property editors Thanx for any good advice. |
Marc Rohloff
![]() Delphi Developer |
2003-10-23 10:26:10 PM
Re:Writting TClassProperty
On Thu, 23 Oct 2003 15:46:38 +0200, Narcis Florea<XXXX@XXXXX.COM>
said ... QuoteHi this in you rmain class and publish the whole class as a property of the main class. You don't need any custom property editors for this. Look at the source code for the TFont property for an example of this. Marc |