DesignIntf.IWidePropertyDescription.GetDescription

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function GetDescription: WideString;

C++

virtual System::WideString __fastcall GetDescription() = 0 ;

Description

Gets the property description as a wide string.

GetDescription returns the property description as a wide string to be displayed in the description pane in the Object Inspector.

See Also