System.TTypeKind

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TTypeKind = (tkUnknown, tkInteger, tkChar, tkEnumeration, tkFloat,
tkString, tkSet, tkClass, tkMethod, tkWChar, tkLString, tkWString,
tkVariant, tkArray, tkRecord, tkInterface, tkInt64, tkDynArray, tkUString,
tkClassRef, tkPointer, tkProcedure, tkMRecord);

C++

enum DECLSPEC_DENUM TTypeKind : unsigned char { tkUnknown, tkInteger, tkChar, tkEnumeration, tkFloat, tkString, tkSet, tkClass, tkMethod, tkWChar, tkLString, tkWString, tkVariant, tkArray, tkRecord, tkInterface, tkInt64, tkDynArray, tkUString, tkClassRef, tkPointer, tkProcedure, tkMRecord };

Properties

Type Visibility Source Unit Parent
enum public
System.pas
System.hpp
System System

Description

Embarcadero Technologies does not currently have any additional information.