DesignIntf.IDesignObject.ClassName

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 ClassName: string read GetClassName;

C++

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

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