DesignEditors.TPropertyEditor.GetName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetName: string; virtual;

C++

virtual System::UnicodeString __fastcall GetName();

Properties

Type Visibility Source Unit Parent
function public
DesignEditors.pas
DesignEditors.hpp
DesignEditors TPropertyEditor

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