TWallCalendar.SetCellText method
|
Unit
WallCalendar Applies to
TWallCalendar Declaration
procedure SetCellText ( ACol , ARow : integer ;
theText : string ) ;
Description
The SetCellText procedure allows you to set the cell text for an individual cell
by a specific column and row in the calendar area. The ACol and ARow parameters
are the target column and row. The theText parameter should contain the actual
cell text.
NOTE: This procedure will set the Text property of the applicable entry in
the CellMessages array.
See also: SetCellMessageByDate , SetCellMessage , GetCellCoordinatesByDate