DesignIntf.IProperty.GetName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetName: string;

C++

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

Properties

Type Visibility Source Unit Parent
function public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IProperty

Description

Returns the name of the property.

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