Set the value of a string property using a RawByteString.
Source position: typinfo.pp line 1247
procedure SetRawByteStrProp( |
Instance: TObject; |
const PropName: string; |
const Value: RawByteString |
); |
Instance: TObject; |
PropInfo: PPropInfo; |
const Value: RawByteString |
); |
GetRawbyteStrProp writes the value of a string property of the object Instance to Value, a RawByteString. This means no codepage translation is done. The property to write can be specified using the name PropName or the property info PropInfo.
|
Set value of a string property. |
|
|
Return the value of a string property as a RawByteString. |