DesignIntf.IDesignObject.ComponentName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ComponentName: string read GetComponentName;

C++

__property System::UnicodeString ComponentName = {read=GetComponentName};

Properties

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

Description

Determines the name of a design object, if the design object is a component.

Use ComponentName to obtain a string that represents the name of the design object, if the design object is a component.

See Also