[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Resets cached column (Top/Left) and row offsets.
Source position: grids.pas line 1169
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.
Version 4.0 | Generated 2025-05-03 | Home |