TCustomdxPSExplorerItem.InfoTip Property
Returns the item’s hint text.
Declaration
property InfoTip: string read;
Property Value
Type |
---|
string |
Remarks
When pointing to an item within the explorer’s tree view, the item’s hint window is displayed this hint window displays the text returned by the item’s InfoTip property. As implemented in the TCustomdxPSExplorerItem class, the InfoTip property simply returns an empty string. The derived TdxPSExplorerItem class overrides this property to return text containing the report caption, creator name, creation date and description. Note that the method actually returns the report document’s InfoTip property value. The report document’s settings can be accessed via the item’s ReportDocument property.
Note that if the InfoTip property returns an empty string, no hint window is displayed. Thus, no hints are displayed for report folders.