[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'DBGrids' (#lcl)

TFocusControlEvent

Event handler signalled to coordinate Field selection and control focus

Declaration

Source position: dbgrids.pas line 97

type TFocusControlEvent = procedure(

  aField: TFieldRef

) of object;

Arguments

aField

  

Field reference for the focus event

Description

TFocusControlEvent specifies an event handler signalled to coordinate Field selection and control focus.

See also

#lcl.DBGrids.TComponentDataLink.OnFocusControl

#lcl.DBGrids.TCustomDBGrid.OnFocusControl

  

Implements an event handler signalled when a control gets focus

The latest version of this document can be found at lazarus-ccr.sourceforge.net.