System.CppULongInt
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.