JVCL Help:TJvTFHint.ApptHint
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTFHint.ApptHint Method
[+] TJvTFHint Events
[+] TJvTFHint Fields
[+] TJvTFHint Methods
[+] TJvTFHint Properties
Search in JVCL Help
Search in all projectsSummary
Displays the hint window.
Pascal
procedureApptHint(Appt: TJvTFAppt; X: Integer; Y: Integer; ShowDatesTimes: Boolean; ShowDesc: Boolean; FormattedDesc: Boolean; constExtraDesc: string = ); virtual;
Parameters
Parameters | Description |
Appt: TJvTFAppt | The appointment whose hint is to be displayed. |
X: Integer | Coordinate of the left edged of the hint window |
Y: Integer | Coordinate of the top edged of the hint window |
ShowDatesTimes: Boolean | Specifies if the appointment's date and time settings are displayed in the hint. |
ShowDesc: Boolean | Specifies if the appointment's description is displayed in the hint. |
FormattedDesc: Boolean | Specifies if CRLF's are preserved. |
const ExtraDesc: string = | Description for this parameter |
Description
This method will cause a specially formatted hint to show. The hint will display the appointment's description and start/end info according to the values of the ShowDatesTimes and ShowDesc properties. If FormattedDesc is True, CRs and LFs (line breaks) will be preserved, otherwise they will be removed to minimize the size of the hint window. The hint will appear at location (X, Y) (relative to the control).
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page