DesignIntf.IPropertyDescription.GetDescription

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDescription: string;

C++

virtual System::UnicodeString __fastcall GetDescription(void) = 0 ;

Properties

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

Description

Returns the description of the current property. It gets a string that represents the description of a property.

If the property inspector selection is set to show the description pane, then the result of GetDescription is displayed in the Object Inspector in a pane below the property list, along with the property name.