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