[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Set of TTypeKind enumeration.
Source position: typinfo.pp line 79
type TTypeKinds = set of ( |
||
tkUnknown, |
|
Unknown property type. |
tkInteger, |
|
Integer property. |
tkChar, |
|
Char property. |
tkEnumeration, |
|
Enumeration type property. |
tkFloat, |
|
Float property. |
tkSet, |
|
Set property. |
tkMethod, |
|
Method property. |
tkSString, |
|
Shortstring property. |
tkLString, |
|
Longstring property. |
tkAString, |
|
Ansistring property. |
tkWString, |
|
Widestring property. |
tkVariant, |
|
Variant property. |
tkArray, |
|
Array property. |
tkRecord, |
|
Record property. |
tkInterface, |
|
Interface property. |
tkClass, |
|
Class property. |
tkObject, |
|
Object property. |
tkWChar, |
|
Widechar property. |
tkBool, |
|
Boolean property. |
tkInt64, |
|
Int64 property. |
tkQWord, |
|
QWord property. |
tkDynArray, |
|
Dynamical array property. |
tkInterfaceRaw, |
|
Raw interface property. |
tkProcVar, |
|
Procedural variable |
tkUString, |
|
Unicode string |
tkUChar, |
|
Unicode character |
tkHelper, |
|
Helper class type. |
tkFile, |
|
File type (both text and binary) |
tkClassRef, |
|
Class of type |
tkPointer |
|
Pointer type |
); |