[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 198

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

  

Performs actions when a component has been loaded during LCL streaming.


Version 3.2 Generated 2024-02-25 Home