[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
(Re-)Creates the widget set class instance for a TWinControl.
Source position: controls.pp line 2742
procedure RecreateWnd( |
const AWinControl: TWinControl |
); |
This function was originally a member of TWinControl.
From a VCL point of view, that made perfectly sense since the VCL knows when a Win32 widget has to be recreated when properties have changed.
The LCL, however, does not know when properties values are changed. But the widget set does. To avoid the old VCL behavior, and to provide a central function for use in the widget set, it has been moved here.
lazarus-ccr.sourceforge.net |