DesignIntf.IPropertyKind.Kind

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Kind: TTypeKind read GetKind;

C++

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

Properties

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

Description

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

See Also