DesignIntf.IPropertyKind.GetKind
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: DesignIntf.pas DesignIntf.hpp
| |
| Unit: DesignIntf | |
| Parent: IPropertyKind | |
Delphi
function GetKind: TTypeKind;
C++
virtual System::Typinfo::TTypeKind __fastcall GetKind() = 0 ;
Description
Returns the type of the current property.
Use GetKind to obtain a TTypeKind value that represents the type (or kind) of the current property.
GetKind is the getter method for the Kind property.