RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TypInfo.TTypeKind Enumeration

These types describe a type that is manipulated in the forms designer.

Pascal
TTypeKind = (
  tkUnknown,
  tkInteger,
  tkChar,
  tkEnumeration,
  tkFloat,
  tkString,
  tkSet,
  tkClass,
  tkMethod,
  tkWChar,
  tkLString,
  tkWString,
  tkVariant,
  tkArray,
  tkRecord,
  tkInterface,
  tkInt64,
  tkDynArray,
  tkUString
);
C++
enum TTypeKind {
  tkUnknown,
  tkInteger,
  tkChar,
  tkEnumeration,
  tkFloat,
  tkString,
  tkSet,
  tkClass,
  tkMethod,
  tkWChar,
  tkLString,
  tkWString,
  tkVariant,
  tkArray,
  tkRecord,
  tkInterface,
  tkInt64,
  tkDynArray,
  tkUString
};

TTypeKind is an enumerated type that classifies a type.  

TTypeInfo describes a type by giving its classification and its name. 

PTypeInfo is a pointer to a TTypeInfo value. 

PPTypeInfo is a pointer to a PTypeInfo pointer. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!