RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TypInfo.tkMethods Constant

tkMethods is a set that contains values, defined by the TTypeKind enumeration, that represent a method kind.

Pascal
tkMethods = [tkMethod];
C++
tkMethods = [tkMethod];

tkMethods set can be used when you need to identify a type kind as being a method. 

Use this constant in conjunction with routines such as GetPropInfo that require a TTypeKind set as a parameter. 

 

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