DesignIntf.IDesignObject.ClassName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ClassName: string read GetClassName;

C++

__property System::UnicodeString ClassName = {read=GetClassName};

Properties

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

Description

Determines the class name of the design object.

Use ClassName to obtain a string that represents the name of the class of the IDesignObject instance.

See Also