Contents Topics Index  <<  >>

CellWordWrap property


Unit

WallCalendar

Applies to

TWallCalendar

Declaration

Property CellWordWrap : boolean   ;

Description

The CellWordWrap property allows you control how the text is displayed in each cell of the calendar area. If the CellWordWrap property is set to true (default), the text in each cell will wrap as best it can to fit within each cell area. If this property is set to false, each line of the associated cell message will be drawn each on a separate line, and may run off the edge of the cell if the text is long enough.

NOTE: Modify the CellTextAlignment property to determine the best way to show the text in each cell when changing the CellWordWrap property.

See also: CellTextAlignment , CellMessages