[Overview][Constants][Types][Classes][Procedures and functions] |
Set a widestring property
Source position: line 0
procedure SetWideStrProp( |
Instance: TObject; |
const PropName: String; |
const Value: WideString |
); |
Instance: TObject; |
PropInfo: PPropInfo; |
const Value: WideString |
); |
SetWideStrPropassigns Valueto the widestring property described by PropInfoor with name Propnamefor object Instance.
No checking is done whether Instanceis non-nil, or whether PropInfodescribes a valid widestring property of Instance. Specifying an invalid property name in PropNamewill result in an EPropertyErrorexception.
|
Read a widestring property |
|
|
Set value of a string property |
|
|
Set value of an ordinal property |
|
|
Set value of a float property. |
|
|
Set value of a Int64 property |
|
|
Set the value of a method property |