TdxPSReportDocument.InfoTip Property
Returns the text displayed in a report’s hint.
Declaration
property InfoTip: string read;
Property Value
Type |
---|
string |
Remarks
The text displayed in a report item’s hint is obtained via the item’s InfoTip property. As implemented in report item objects, the InfoTip property returns the associated report document’s InfoTip property value.
The InfoTip property returns a text comprised of four lines that display the Caption, CreationDate, Creator and Description property values. Each line is prefixed with a string identifying the property whose value is displayed. These strings are specified by the sdxCaption, sdxCreator, sdxCreationDate, and sdxDescription constants respectively.
See Also