[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'StdCtrls' (#lcl)

TCustomScrollBar.Kind

Contains the scrollbar orientation, horizontal or vertical.

Declaration

Source position: stdctrls.pp line 105

public property TCustomScrollBar.Kind : TScrollBarKind
  read FKind
  write SetKind
  default sbHorizontal;

Description

Kind is a TScrollBarKind property which indicates the orientation for the scrollbar.

Setting a new value for the property causes the Constraints for the control to be updated with values from the widgetset class. The widgetset class is also notified of the new value for the property. SetBounds is called to refresh the Width and Height for the control.

The default value for the property is sbHorizontal.

See also

TControl.Constraints

  

Contains the minimum and maximum Width and Height for the control.

TControl.Width

  

The horizontal size for the control.

TControl.Height

  

The vertical size for the control.

TWinControl.SetBounds

  

Sets the control bounds and adjusts child and docked controls.

TScrollBarKind


Version 3.2 Generated 2024-02-25 Home