FireDAC.Stan.Intf.PLargeInt
Delphi
PLargeInt = ^Int64;
C++
typedef __int64 *PLargeInt;
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
pointer typedef |
public | FireDAC.Stan.Intf.pas FireDAC.Stan.Intf.hpp |
FireDAC.Stan.Intf | FireDAC.Stan.Intf |
説明
整数型を指すポインタです。
Delphi
PLargeInt = ^Int64;
C++
typedef __int64 *PLargeInt;
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
pointer typedef |
public | FireDAC.Stan.Intf.pas FireDAC.Stan.Intf.hpp |
FireDAC.Stan.Intf | FireDAC.Stan.Intf |
整数型を指すポインタです。