SetSize the value of a dynamic array valued property.
Source position: typinfo.pp line 1300
procedure SetDynArrayProp( |
Instance: TObject; |
const PropName: string; |
const Value: Pointer |
); |
Instance: TObject; |
PropInfo: PPropInfo; |
const Value: Pointer |
); |
GetDynArrayProp returns the value of a dynamic array valued property of the object Instance to the pointer Value. The property to read can be specified using the name PropName or the property info PropInfo.
|
Get the value of a dynamic array valued property. |