[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Performs actions needed when the component has been loaded using the LCL streaming mechanism.
Source position: stdctrls.pp line 927
protected procedure TCustomMemo.Loaded; override; |
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.
|
Defines the vertical and/or horizontal scrollbars used in the control. |
|
|
Allows long lines (paragraphs) to wrap into multiple display lines. |
|
|
Performs actions when a component has been loaded during LCL streaming. |
Version 4.0 | Generated 2025-05-03 | Home |