Vcl.DBGrids.TCustomDBGrid.ColExit

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ColExit; dynamic;

C++

DYNAMIC void __fastcall ColExit();

Properties

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

Description

Generates an OnColExit event.

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

See Also