RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TypInfo.TTypeInfo Record
Pascal
TTypeInfo = record
  Kind: TTypeKind;
  Name: ShortString;
end;
C++
struct TTypeInfo {
  TTypeKind Kind;
  ShortString Name;
};

TypInfo

This is record TypInfo.TTypeInfo.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!