[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Frees resources when the handle for the control is freed.
Source position: stdctrls.pp line 914
protected procedure TCustomMemo.FinalizeWnd; override; |
FinalizeWnd ensures that string values in Lines are freed in the widgetset class before the handle is destroyed for the control. Existing text (and objects) are copied, and assigned to the member variable for Lines after the widgetset class has been notified.
FinalizeWnd calls the inherited method prior to exit.
|
Contains the individual lines of text in the multi-line edit control. |
|
|
Prepares to remove the window (called before the Handle is destroyed). |