[Overview][Constants][Types][Classes][Procedures and functions][Index] |
MoveSelection changes the current selection in the control
Source position: dbgrids.pas line 494
protected procedure TCustomDBGrid.MoveSelection; override; |
MoveSelection causes the current selection in the control to be changed. MoveSelection calls the inherited MoveSelection method. If the selection change causes a different column to become active, the OnColEnter event handler is signalled (when assigned). MoveSelection calls the UpdateActive method to ensure that the correct row and/or column are drawn in the control.
|
MoveSelection - moves the selected text, cell or group of cells |
lazarus-ccr.sourceforge.net |