FireDAC.Stan.Intf.PULargeInt

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

PULargeInt = ^UInt64;

C++

typedef unsigned __int64 *PULargeInt;

Properties

Type Visibility Source Unit Parent
pointer
typedef
public
FireDAC.Stan.Intf.pas
FireDAC.Stan.Intf.hpp
FireDAC.Stan.Intf FireDAC.Stan.Intf

Description

Pointer to an integer type.

PULargeInt is a pointer to the UInt64 type.

See Also