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

TControlScrollBar.Create

Creates a scrollbar object for AControl.

Declaration

Source position: forms.pp line 131

public constructor TControlScrollBar.Create(

  AControl: TWinControl;

  AKind: TScrollBarKind

);

Arguments

AControl

  

The windowed control in which the scroll bar is found.

AKind

  

The scrollbar orientation.

See also

TObject.Create

The latest version of this document can be found at lazarus-ccr.sourceforge.net.