hmCal_mini_SET TIP

hmCal_mini_SET TIP(area;date;tiptext)

Parameter          Type             Description
area               Longint      ->  hmCal-mini area
date               Date         ->  date for tiptext
tiptext            Text         ->  tiptext

Description

The command hmCal_mini_SET TIP displays a tiptext for a specific date, defined by the parameter date. If you want to delete the tiptext for the date, simply pass an empty string in the parameter tiptext.

Example

The following example shows a tiptext if the mouse moves of the current date:

hmCal_mini_SET TIP(hmCalmini;Current Date;"today")