DesignIntf.IDesignObject.ClassType

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property ClassType: IClass read GetClassType;

C++

__property _di_IClass ClassType = {read=GetClassType};

Description

Determines the class of the design object.

Use ClassType to obtain an IClass instance that represents the class of the IDesignObject instance.

See Also