RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TypInfo.tkAny Constant

tkAny is a set that contains all values defined by the TTypeKind enumeration.

Pascal
tkAny = [Low(TTypeKind)..High(TTypeKind)];
C++
tkAny = [Low(TTypeKind)..High(TTypeKind)];

tkAny set is not particularly useful because it contains all the values defined by TTypeKind enumeration. 

It is primarily used by other more restricted sets, but can also be passed as a parameter to routines like GetPropInfo

 

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