DesignIntf.IClass.ClassName

From RAD Studio API Documentation

[–] Properties
Type: property
Visibility: public
Source:
DesignIntf.pas
DesignIntf.hpp
Unit: DesignIntf
Parent: IClass

Delphi

property ClassName: string read GetClassName;

C++

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

Description

Returns the class name.

Use ClassName to get a string that represents the type of an instance.

See Also