System.SysUtils.TNativeUIntHelper
Delphi
TNativeUIntHelper = record helper for NativeUInt
C++
/*Helper*/typedef void *TNativeUIntHelper;
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
helper typedef |
public | System.SysUtils.pas System.SysUtils.hpp |
System.SysUtils | System.SysUtils |
説明
TNativeUIntHelper は、NativeUInt 型の機能を提供するレコード ヘルパです。
TNativeUIntHelper の機能を使用すると、以下の処理が可能です。
- NativeUInt 値を文字列や浮動小数点型の値に変換する。
- 文字列から NativeUInt 型数値への変換を試みる。
関連項目
- クラス ヘルパとレコード ヘルパ(Delphi)
- System.NativeUInt
- System.SysUtils.TByteHelper
- System.SysUtils.TCardinalHelper
- System.SysUtils.TInt64Helper
- System.SysUtils.TIntegerHelper
- System.SysUtils.TNativeIntHelper
- System.SysUtils.TShortIntHelper
- System.SysUtils.TSmallIntHelper
- System.SysUtils.TWordHelper
- System.SysUtils.TUInt64Helper