|
What is Property Interface?
Property Interface is an object interface to Runtime Type Information (RTTI) that allows to get the published interface of any TPersistent descendant at runtime and change any get and change any property value. Property Interface contains two main classes TPropertyList (PropList unit) and TPropertyInterface (PropIntf unit). TPropertyList is a main class of Property Interface, this class allows to get the list of published properties, find them by name, retreive and change the property values. TPropertyInterface is just a shell component for TPropertyList. TPropertyList can own other property lists objects for representing the subproperties (for class-type properties, like Font, and emulated properties like set-type properties' items, like items of Font.Style). Property Interface is compatible with Delphi 3, Delphi 4, Delphi 5, Delphi 6, Delphi 7, C++ Builder 5, C++ Builder 6.
|