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

TScrollBox

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Scroll Box: A box with scroll bars

Declaration

Source position: forms.pp line 186

type TScrollBox = class(TScrollingWinControl)

public

  constructor Create(); override;

  

published

  property Align;

  

  property Anchors;

  

  property AutoSize;

  

  property AutoScroll;

  property BorderSpacing;

  

  property BiDiMode;

  

  property BorderStyle;

  

  property ChildSizing;

  

  property Constraints;

  

  property DockSite;

  property DragCursor;

  

  property DragKind;

  

  property DragMode;

  

  property Enabled;

  

  property Color;

  

  property Ctl3D;

  

  property Font;

  

  property ParentBiDiMode;

  

  property ParentColor;

  

  property ParentCtl3D;

  

  property ParentFont;

  

  property ParentShowHint;

  

  property PopupMenu;

  

  property ShowHint;

  

  property TabOrder;

  

  property TabStop;

  

  property Visible;

  

  property OnClick;

  

  property OnConstrainedResize;

  

  property OnDblClick;

  

  property OnDockDrop;

  property OnDockOver;

  property OnDragDrop;

  

  property OnDragOver;

  

  property OnEndDock;

  property OnEndDrag;

  

  property OnEnter;

  

  property OnExit;

  

  property OnGetSiteInfo;

  property OnMouseDown;

  

  property OnMouseMove;

  

  property OnMouseUp;

  

  property OnMouseWheel;

  

  property OnMouseWheelDown;

  

  property OnMouseWheelUp;

  

  property OnResize;

  

  property OnStartDock;

  property OnStartDrag;

  

  property OnUnDock;

  property OnPaint;

  

end;

Inheritance

TScrollBox

  

Scroll Box: A box with scroll bars

|

TScrollingWinControl

  

Scrolling Window Control

|

TCustomControl

  

TCustomControl - a base class for many window controls

|

TWinControl

  

The base class for all windowed controls

|

TControl

  

TControl - the main ancestor class for visual controls.

|

TLCLComponent

?

TObject

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