| [Overview][Constants][Types][Classes][Procedures and functions][Index] | 
Read a widestring property
Source position: typinfo.pp line 810
function GetWideStrProp(  | 
Instance: TObject;  | 
PropInfo: PPropInfo  | 
):WideString;  | 
Instance: TObject;  | 
const PropName: string  | 
):WideString;  | 
GetWideStrProp returns the value of the widestring property described by PropInfo or with name PropName for object Instance.
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.
  | 
Return the value of a string property.  | 
|
  | 
Set a widestring property  | 
|
  | 
Get the value of an ordinal property  | 
|
  | 
Return value of floating point property  | 
|
  | 
return value of an Int64 property  | 
|
  | 
Return value of a method property  |