DesignIntf.IWidePropertyDescription.GetDescription

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDescription: WideString;

C++

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

Properties

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

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