sgRawByteString type

  Classes Reference > Functional Reference >

sgRawByteString type

Previous pageReturn to chapter overviewNext page

Unit

sgConsts

type

sgRawByteString = {$IFDEF SGDEL_2009} RawByteString {$ELSE} AnsiString {$ENDIF} ;

Description

sgRawByteString type represents a common string (AnsiString) in Delphi versions older than 2009. In Delphi 2009 it equal to RawByteString  - string that doesn't depend on coding.

Go to CAD VCL Enterprise