hmCal_SHOW TIPS

hmCal_SHOW TIPS(area;tips)

Parameter          Type             Description
area               Longint      ->  hmCal area
tips               Longint      ->  0=don`t show tips
                                    1=show tips

Description

The command hmCal_SHOW TIPS defines, if tips are shown in the calendar. You can define tips for each appointment with the command hmCal_Set Appointment Tip. Tips are help texts if you move your mouse above an appointment.

Example

The following example deactivates all tips of the calendar:

hmCal_SHOW TIPS(hmCal;0)