[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'TypInfo' (#rtl)

GetWideStrProp

Read a widestring property

Declaration

Source position: typinfo.pp line 810

function GetWideStrProp(

  Instance: TObject;

  PropInfo: PPropInfo

):WideString;

function GetWideStrProp(

  Instance: TObject;

  const PropName: string

):WideString;

Description

GetWideStrProp returns the value of the widestring property described by PropInfo or with name PropName for object Instance.

Errors

No checking is done whether Instance is non-nil, or whether PropInfo describes a valid widestring property of Instance. Specifying an invalid property name in PropName will result in an EPropertyError exception.

See also

GetStrProp

  

Return the value of a string property.

SetWideStrProp

  

Set a widestring property

GetOrdProp

  

Get the value of an ordinal property

GetFloatProp

  

Return value of floating point property

GetInt64Prop

  

return value of an Int64 property

GetMethodProp

  

Return value of a method property


Documentation generated on: May 14 2021