Vcl.DBGrids.TCustomDBGrid.ColEnter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ColEnter; dynamic;

C++

DYNAMIC void __fastcall ColEnter();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.DbGrids.pas
Vcl.DBGrids.hpp
Vcl.DBGrids TCustomDBGrid

Description

Generates an OnColEnter event.

Applications cannot directly call ColEnter. It is exposed as a protected method so that descendants can call the OnCellEnter event handler in response to other events or override the response when a cell in the grid is selected.

See Also