DesignIntf.IProperty.GetName

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
DesignIntf.pas
DesignIntf.hpp
Unit: DesignIntf
Parent: IProperty

Delphi

function GetName: string;

C++

virtual System::UnicodeString __fastcall GetName() = 0 ;

Description

Returns the name of the property.

The Object Inspector calls GetName to obtain the property name that it displays in the left column.