DesignEditors.TPropertyEditor.GetName

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
DesignEditors.pas
DesignEditors.hpp
Unit: DesignEditors
Parent: TPropertyEditor

Delphi

function GetName: string; virtual;

C++

virtual System::UnicodeString __fastcall GetName();

Description

Returns the name of the property.

The Object Inspector calls GetName to obtain the property name that it displays. GetName returns the name of the property from the property type information with all underbars replaced by spaces. Override this method if the Object Inspector should display a string other than the property name.

See Also