[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Loaded calls inherited method then sets the ScrollBar and WordWrap properties
Source position: stdctrls.pp line 818
protected procedure TCustomMemo.Loaded; override; |
Loaded calls inherited method then sets the ScrollBar and WordWrap properties
The Loaded method is called when a component has finished loading; the various ancestor classes copy properties from client and parent classes into the newly loaded component, and notify any child components of changes that have been made
|
Loaded makes a number of checks, using client size if specified, and copying appropriate flags, fonts, text etc, makes list of child controls to notify them of any changes, then calls inherited Loaded |
lazarus-ccr.sourceforge.net |