System.CppULongInt

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

CppULongInt = type LongWord; {$EXTERNALSYM CppULongInt 'unsigned long'} {$OBJTYPENAME CppULongInt 'Bul' 'Gm'}

Properties

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

Description

Is an alias for LongWord.

CppULongInt represents an alias for LongWord.

See Also