[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'mseformatstr' (#msegui)

hextostrmse

Declaration

Source position: mseformatstr.pas line 279

function hextostrmse(

  inp: LongWord;

  digits: Integer = 2 * sizeof(longword)

):msestring; overload;

function hextostrmse(

  inp: QWord;

  digits: Integer = 2 * sizeof(qword)

):msestring; overload;

function hextostrmse(

  const inp: pointer;

  digits: Integer = 2 * sizeof(pointer)

):msestring; overload;


Documentation generated on: 2021-05-13