On Fri, 4 Sep 2015 16:01:42 -0300 Fabio Luis Girardi <[email protected]> wrote:
> The LCL has some mechanism to detect when a control is being re-sized and > when resize is done? Please define what you mean with "resize is done". Every event can trigger new resizes. Usually you can use OnResize or OnChangeBounds. When the LCL has set all properties and OnResize events were fired the LCL sends the new bounds to the widgetset-interface in TWinControl.RealizeBounds, which can be overridden. Mattias -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
