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

SetDynArrayProp

SetSize the value of a dynamic array valued property.

Declaration

Source position: typinfo.pp line 998

procedure SetDynArrayProp(

  Instance: TObject;

  const PropName: string;

  const Value: Pointer

);

procedure SetDynArrayProp(

  Instance: TObject;

  PropInfo: PPropInfo;

  const Value: Pointer

);

Description

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.

See also

GetDynArrayProp

  

Get the value of a dynamic array valued property.


Documentation generated on: Jul 24 2023