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

TScrollingWinControl.Loaded

Performs actions when the component has been loaded from the LCL streaming mechanism.

Declaration

Source position: forms.pp line 179

protected procedure TScrollingWinControl.Loaded; override;

Description

Loaded is an overridden method in TScrollingWinControl, and calls the inherited method on entry. It calls UpdateScrollBars to compute the page, auto ranges, and visibility for the scroll bars when AutoScroll is enabled.

See also

TScrollingWinControl.AutoScroll

  

Indicates whether scroll bars are automatically displayed or hidden when needed.

TScrollingWinControl.HorzScrollBar

  

The horizontal scroll bar for the control.

TScrollingWinControl.VertScrollBar

  

The vertical scroll bar for the control.

TScrollingWinControl.UpdateScrollBars

  

Initializes or updates the scroll bars for the control.

TWinControl.Loaded

  

Called when the control has been loaded from a resource, transfers the loaded property values to the widget.

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