System.Classes.TComponentName
Delphi
TComponentName = type string;
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.