[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Updates the page size for the specified scroll bar.
Source position: grids.pas line 1179
protected procedure TCustomGrid.ScrollBarPage( |
Which: Integer; |
aPage: Integer |
); |
Which |
|
Identifies the scroll bar affected in the method. |
aPage |
|
New value for the page size used on the proportional thumb bar. |
Allocates and populates a TScrollInfo structure used to update the scroll information for the specified scroll bar(s). Calls the SetScrollInfo routine in the LCL interface to apply to the scroll information with the new page size.
No actions are performed in the method if the Handle has not been allocated for the grid control.
Which is an Integer argument that specifies the scroll bar(s) affected in the method, and can include the following constant values:
Remark: | ScrollBarPage is not used in the current LCL implementation. |
Version 4.0 | Generated 2025-05-03 | Home |