DesignIntf.IClass.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 IClass

Description

Returns the class name.

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

See Also