DesignIntf.IDesignObject.ClassType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ClassType: IClass read GetClassType;

C++

__property _di_IClass ClassType = {read=GetClassType};

Properties

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

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