[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Gets the values for the scroll bar visibility flags in the control.
Source position: grids.pas line 1110
protected procedure TCustomGrid.GetSBVisibility( |
out HsbVisible: Boolean; |
out VsbVisible: Boolean |
); virtual; |
HsbVisible |
|
True if the horizontal scroll bar is visible. |
VsbVisible |
|
True if the vertical scroll bar is visible. |
Version 4.0 | Generated 2025-05-03 | Home |