RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TypInfo.tkProperties Constant

tkProperties is a set that contains values, defined by the TTypeKind enumeration, that represent types that can be published.

Pascal
tkProperties = tkAny - tkMethods - [tkUnknown];
C++
tkProperties = tkAny - tkMethods - [tkUnknown];

tkProperties is useful in cases when you need to select only the type kinds which represent data types that can be published in a TObject-derived class. 

 

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