DesignIntf.IDesignObject.GetClassType

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function GetClassType: IClass;

C++

virtual _di_IClass __fastcall GetClassType() = 0 ;

Description

Returns the class of the object.

Call this method to obtain an instance of IClass that represents the class of the current IDesignObject.

GetClassType is the getter method for the ClassType property.

See Also