DesignIntf.IPropertyKind.Kind

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
DesignIntf.pas
DesignIntf.hpp
Unit: DesignIntf
Parent: IPropertyKind

Delphi

property Kind: TTypeKind read GetKind;

C++

__property System::Typinfo::TTypeKind Kind = {read=GetKind};

Description

Determines the type of the current property. Use Kind to obtain the type (or kind) of the current property.

See Also