IDataGrid.ShowFocusedCell

Fore Syntax

ShowFocusedCell: Boolean;

Fore.NET Syntax

ShowFocusedCell: Boolean;

Description

The ShowFocusedCell property determines whether a focused cell is to be displayed.

Comments

If the property is set to True, the focused cell is highlighted with grey color and has an additional frame inside. If the property is set to False, the focused cell is not selected.

To manage the additional frame display, use the DrawFocus property.

Default value of this property is True.

Example

See also:

IDataGrid