DesignIntf.IPropertyDescription.GetDescription
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: DesignIntf.pas DesignIntf.hpp
| |
| Unit: DesignIntf | |
| Parent: IPropertyDescription | |
Delphi
function GetDescription: string;
C++
virtual System::UnicodeString __fastcall GetDescription() = 0 ;
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.