System.CppLongInt

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

CppLongInt  = type LongInt;  {$EXTERNALSYM CppLongInt  'long'         } {$OBJTYPENAME CppLongInt  'Bl'  'Gl'}

Properties

Type Visibility Source Unit Parent
type public System.pas System System

Description

Is an alias for LongInt.

CppLongInt represents an alias for LongInt.

See Also