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

SetRawByteStrProp

Set the value of a string property using a RawByteString.

Declaration

Source position: typinfo.pp line 945

procedure SetRawByteStrProp(

  Instance: TObject;

  const PropName: string;

  const Value: RawByteString

);

procedure SetRawByteStrProp(

  Instance: TObject;

  PropInfo: PPropInfo;

  const Value: RawByteString

);

Description

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.

See also

SetStrProp

  

Set value of a string property.

GetRawByteStrProp

  

Return the value of a string property as a RawByteString.


Documentation generated on: Jul 24 2023