IDataGrid.ShowFocusedCell

Syntax

ShowFocusedCell: Boolean;

Description

The ShowFocusedCell property determines whether a focused cell is 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 highlighted.

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

The property is set to True by default.

Example

See also:

IDataGrid