[Overview][Types][Classes][Procedures and functions][Variables][Index] |
Generates a message with the hexadecimal representation for the specified numeric value.
Source position: LazLoggerIntf.inc line 111
function dbghex( |
i: Int64 |
):string; overload; |
i: QWord |
):string; overload; |
i |
|
Numeric value converted to hexadecimal in the routine. |
String with the hexadecimal representation for the specified value.
i |
|
Numeric value converted to hexadecimal in the routine. |
dbghex is an overloaded String function. The overloaded variants allow either an Int64 or a qword value to be specified in the i argument.
Version 4.0 | Generated 2025-05-03 | Home |