JVCL Help:TJvTFHint.StartEndHint
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTFHint.StartEndHint Method
[+] TJvTFHint Events
[+] TJvTFHint Fields
[+] TJvTFHint Methods
[+] TJvTFHint Properties
Search in JVCL Help
Search in all projectsSummary
Displays a hint window.
Pascal
procedureStartEndHint(StartDate: TDate; EndDate: TDate; StartTime: TTime; EndTime: TTime; X: Integer; Y: Integer; ShowDates: Boolean);
Parameters
Parameters | Description |
StartDate: TDate | Date to display as the start date. |
EndDate: TDate | Date to display as the end date. |
StartTime: TTime | Time to display as the start time. |
EndTime: TTime | Time to display as the end time. |
X: Integer | Left edge of hint window. |
Y: Integer | Top edge of hint window. |
ShowDates: Boolean | Set to true to display the dates. Times are always displayed. |
Description
Call the StartEndHint method to display start/end information. The window will appear at control position (X, Y). The StartDate and EndDate will only be shown if ShowDates is true. The hint will appear immediately on the screen, ignoring the ShortPause property.
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