Return the value of a string property as a RawByteString.
Source position: typinfo.pp line 1245
function GetRawbyteStrProp( |
Instance: TObject; |
PropInfo: PPropInfo |
):RawByteString; |
Instance: TObject; |
const PropName: string |
GetRawbyteStrProp returns the value of a string property of the object Instance as a RawByteString. This means it has the codepage of the actual value, no codepage translation is done. The property to read can be specified using the name PropName or the property info PropInfo.
|
Return the value of a string property. |