TScrollBox

E1014721

TScrollBox is a VCL container control in Delphi that provides a scrollable area for hosting child controls when their combined size exceeds the visible client region.

Try in SPARQL Jump to: Statements Referenced by

Statements (51)

Predicate Object
instanceOf VCL control
container control
scrollable container
belongsToLibrary Embarcadero VCL NERFINISHED
definedIn Vcl.Forms unit
hasEvent OnClick
OnDblClick
OnEnter
OnExit
OnKeyDown
OnKeyPress
OnKeyUp
OnMouseDown
OnMouseMove
OnMouseUp
OnResize
hasFeature auto scrollbars
horizontal scrolling
scrollable client area
vertical scrolling
hasProperty Align
Anchors
BevelInner
BevelKind
BevelOuter
BevelWidth
BorderStyle
Color
Constraints
Ctl3D
DoubleBuffered
Enabled
Font
HorzScrollBar
ParentBackground
ParentColor
ParentFont
TabOrder
TabStop
VertScrollBar
Visible
inheritsFrom TCustomControl NERFINISHED
TWinControl
partOf Delphi VCL NERFINISHED
platform Windows
programmingLanguage Object Pascal NERFINISHED
supports design-time use
runtime creation
typicalUse hosting child controls larger than visible area
usedIn C++Builder NERFINISHED
Delphi NERFINISHED

Referenced by (1)

Full triples — surface form annotated when it differs from this entity's canonical label.

TWinControl isAncestorOf TScrollBox