RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.HexDisplayPrefix Variable

HexDisplayPrefix contains the prefix to display on hexadecimal values - $ for Pascal (Delphi) syntax, 0x for C++ syntax.

Pascal
HexDisplayPrefix: string = '$';
C++
AnsiString HexDisplayPrefix = '$';

This is for display only - this does not affect the string-to-integer conversion routines. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!