[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Class for keeping property information.
Source position: rttiutils.pp line 50
type TPropInfoList = class(TObject) |
||
public |
||
constructor Create(); |
|
Create a new instance of TPropInfoList. |
destructor Destroy; override; |
|
Remove the TPropInfoList instance from memory. |
function Contains(); |
|
Check whether a certain property is included. |
function Find(); |
|
Retrieve property information based on name. |
procedure Delete(); |
|
Delete property information from the list. |
procedure Intersect(); |
|
Intersect 2 property lists. |
|
Number of items in the list. |
|
|
Indexed access to the property type pointers. |
|
end; |
|
Class for keeping property information. |
|
| | ||
TObject |
TPropInfoList is a class which can be used to maintain a list with information about published properties of a class (or an instance). It is used internally by TPropsStorage
|
Property storage mechanism. |