DesignIntf.IDesignObject.GetClassType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetClassType: IClass;

C++

virtual _di_IClass __fastcall GetClassType(void) = 0 ;

Properties

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

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