HexDisplayPrefix contains the prefix to display on hexadecimal values - $ for Pascal (Delphi) syntax, 0x for C++ syntax.
HexDisplayPrefix: string = '$';
AnsiString HexDisplayPrefix = '$';
SysUtils
This is for display only - this does not affect the string-to-integer conversion routines.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|