Contents Topics Index  <<  >>

TWallCalendar.SetSelectedCellByDate method


Unit

WallCalendar

Applies to

TWallCalendar

Declaration

function SetSelectedCellByDate ( TargetDate : TDateTime ) : boolean ;

Description

The SetSelectedCellByDate function allows you to set highlighted cell in the current calendar area by a specific date. The TargetDate parameter is the date of the cell you wish to highlight.

If the specified TargetDate does not exist in the current calendar month and year, the function will return a false result, otherwise the result will be true.

See also: SetSelectedCell