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 922

procedure SetRawByteStrProp(

  Instance: TObject;

  const PropName: string;

  const Value: ansistring

);

procedure SetRawByteStrProp(

  Instance: TObject;

  PropInfo: PPropInfo;

  const Value: ansistring

);

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: Sep 29 2022