[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Maintains resources in the class instance when the handle for the control is destroyed or re-created.
Source position: stdctrls.pp line 915
protected procedure TCustomMemo.FinalizeWnd; override; |
FinalizeWnd ensures that existing string values assigned to the Lines property are captured, stored locally, and freed in the widget class instance before the handle is destroyed or re-created for the control. It ensures that scroll bar information stored in either HorzScrollBar or VertScrollBar is invalidated when the handle is finalized.
FinalizeWnd calls the inherited method prior to exit.
|
Contains the individual lines of text in the multi-line edit control. |
|
|
The horizontal scrollbar for the control. |
|
|
The vertical scrollbar for the control. |
|
|
Prepares to remove the window (called before the Handle is destroyed). |
Version 4.0 | Generated 2025-05-03 | Home |