help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



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

GetWideStrProp

Read a widestring property

Declaration

Source position: line 0

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

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505