DesignIntf.IPropertyKind.GetKind

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetKind: TTypeKind;

C++

virtual System::TTypeKind __fastcall GetKind(void) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IPropertyKind

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.

See Also