[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Controls' (#lcl)

TControl.SendMoveSizeMessages

Sends Move and Size messages through the LCL message paths.

Declaration

Source position: controls.pp line 1246

protected procedure TControl.SendMoveSizeMessages(

  SizeChanged: Boolean;

  PosChanged: Boolean

); virtual;

Description

Overridden in TWinControl, in TControl it's a NOP.

This method simulates the VCL behaviour and has no real effect.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.