[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Returns the size for the associated control.
Source position: forms.pp line 152
public function TControlScrollBar.ControlSize: Integer; |
Size for the associated control.
ControlSize is an Integer function used to get the size for the associated control in the class instance. Uses the value in Kind to determine the control property used as the return value. When Kind is sbVertical, the Width for the associated Control is used. When Kind is sbHorizontal, the Height for the associated Control is used.
|
The orientation for the scroll bar: horizontal or vertical. |
|
|
Constructor for the class instance. |
|
|
The orientation of a scroll bar. |
Version 4.0 | Generated 2025-05-03 | Home |