TCustomPropData.Create Constructor
Instantiates the TCustomPropData passing all the needed data.
Syntax
Unit: PropertyList
constructor TCustomPropData.Create(AInstanceType: TClass; APropName: string; APropType: PTypeInfo; ADescendants: Boolean; AGetProc: TGetPropertyValue; ASetProc: TSetPropertyValue);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| AInstanceType | TClass | ||
| APropName | string | ||
| APropType | PTypeInfo | ||
| ADescendants | Boolean | ||
| AGetProc | TGetPropertyValue | ||
| ASetProc | TSetPropertyValue |