System.SysUtils.TUInt64Helper
Delphi
TUInt64Helper = record helper for UInt64
C++
struct TUInt64Helper /* Helper for long 'unsigned __int64' */;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
helper class |
public | System.SysUtils.pas System.SysUtils.hpp |
System.SysUtils | System.SysUtils |
Description
TUInt64Helper is a record helper that provides functions for the UInt64 type.
Use the TUInt64Helper functions to:
See Also
- Class and Record Helpers (Delphi)
- System.UInt64
- System.SysUtils.TWordHelper
- System.SysUtils.TByteHelper
- System.SysUtils.TCardinalHelper
- System.SysUtils.TInt64Helper
- System.SysUtils.TIntegerHelper
- System.SysUtils.TNativeIntHelper
- System.SysUtils.TNativeUIntHelper
- System.SysUtils.TShortIntHelper
- System.SysUtils.TSmallIntHelper