Unit 'TypInfo' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#rtl]

GetDynArrayProp

Get the value of a dynamic array valued property.

Declaration

Source position: typinfo.pp line 996

function GetDynArrayProp(

  Instance: TObject;

  const PropName: string

):Pointer;

function GetDynArrayProp(

  Instance: TObject;

  PropInfo: PPropInfo

):Pointer;

Description

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.

See also

SetDynArrayProp

  

SetSize the value of a dynamic array valued property.


Documentation generated on: Jul 24 2023