[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Moves the position in the dataset by the specified number of rows.
Source position: dbgrids.pas line 223
protected function TComponentDataLink.MoveBy( |
Distance: Integer |
):Integer; override; |
Distance |
|
Number of rows to move in the dataset. |
Actual number of rows moved in the method.
MoveBy is an Integer function used to move the current position in the dataset by the specified number of rows. MoveBy calls the inherited method.
Version 4.0 | Generated 2025-05-03 | Home |