[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Initiates the action associated with the grid control
Source position: dbgrids.pas line 545
public procedure TCustomDBGrid.InitiateAction; override; |
InitiateAction is an overridden procedure used to initiate the action associated with the grid control. InitiateAction calls the inherited InitiateAction method. The EndUpdating method is called when GridStatus includes the value gsUpdatingData.
lazarus-ccr.sourceforge.net |