System.Classes.TComponentName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TComponentName = UnicodeString;

C++

typedef System::UnicodeString TComponentName;

Properties

Type Visibility Source Unit Parent
type
typedef
public
System.Classes.pas
System.Classes.hpp
System.Classes System.Classes

Description

TComponentName is the type for the Name property of all components.

TComponentName is a string that represents the name of a component.