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

TCustomMemo.Loaded

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

Declaration

Source position: stdctrls.pp line 927

protected procedure TCustomMemo.Loaded; override;

Description

Loaded is an overridden method in TCustomMemo, and calls the inherited method on entry. When a handle has been allocated for the control, the widgetset class is notified of the current values in the ScrollBars and WordWrap properties.

See also

TCustomMemo.ScrollBars

  

Defines the vertical and/or horizontal scrollbars used in the control.

TCustomMemo.WordWrap

  

Allows long lines (paragraphs) to wrap into multiple display lines.

#lcl.controls.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.