[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Set UnicodeString-valued property
Source position: typinfo.pp line 373
procedure SetUnicodeStrProp( |
Instance: TObject; |
const PropName: string; |
const Value: UnicodeString |
); |
Instance: TObject; |
PropInfo: PPropInfo; |
const Value: UnicodeString |
); |
SetUnicodeStrProp sets the UnicodeString property from Instance to Value, where the property is identified by the PropInfo pointer or the PropertyName.
If no property of the indicated name exists, or it is not of type unicodestring, an exception will occur.
|
Set value of a string property |
|
|
Get UnicodeString-valued property |