Unit 'TypInfo' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#rtl]

GetRawByteStrProp

Return the value of a string property as a RawByteString.

Declaration

Source position: typinfo.pp line 943

function GetRawbyteStrProp(

  Instance: TObject;

  PropInfo: PPropInfo

):RawByteString;

function GetRawByteStrProp(

  Instance: TObject;

  const PropName: string

):RawByteString;

Description

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.

See also

GetStrProp

  

Return the value of a string property.


Documentation generated on: Jul 24 2023