IDataGrid.DrawFocus

Fore Syntax

DrawFocus: Boolean;

Fore.NET Syntax

DrawFocus: Boolean;

Description

The DrawFocus property determines whether focus frame is to be displayed in a 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.

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

Example

See also:

IDataGrid