IDataGrid.DrawFocus

Syntax

DrawFocus: Boolean;

Description

The DrawFocus property determines whether the focus frame is displayed for the table cell.

Comments

If the property is set to True, the additional frame is displayed in a focused cell.

If the property is set to False, the focused cell is displayed without the additional frame.

The property is set to True by default. The focused cell is highlighted in grey.

Example

See also:

IDataGrid