FireDAC.Stan.Intf.PLargeInt

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

PLargeInt = ^Int64;

C++

typedef __int64 *PLargeInt;

プロパティ

種類 可視性 ソース ユニット
pointer
typedef
public
FireDAC.Stan.Intf.pas
FireDAC.Stan.Intf.hpp
FireDAC.Stan.Intf FireDAC.Stan.Intf

説明

整数型を指すポインタです。


PLargeInt は、Int64 型を指すポインタです。

関連項目