[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Resets cached column (Top/Left) and row offsets.
Source position: grids.pas line 1148
protected function TCustomGrid.ResetOffset( |
chkCol: Boolean; |
ChkRow: Boolean |
):Boolean; |
chkCol |
|
True if the column offset is checked and updated, or False to ignore the cached offset. |
ChkRow |
|
True if the row offset is checked and updated, or False to ignore the cached offset. |
True if column or row offsets were updated in the method.