| [Overview][Constants][Types][Classes][Procedures and functions][Index] | 
Set a widestring property
Source position: typinfo.pp line 812
procedure SetWideStrProp(  | 
Instance: TObject;  | 
const PropName: string;  | 
const Value: WideString  | 
);  | 
Instance: TObject;  | 
PropInfo: PPropInfo;  | 
const Value: WideString  | 
);  | 
SetWideStrProp assigns Value to 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.
  | 
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  |