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

TWinControl.CustomAlignInsertBefore

Returns the placement order of custom-aligned child controls, using the OnAlignInsertBefore handler.

Declaration

Source position: controls.pp line 2004

protected function TWinControl.CustomAlignInsertBefore(

  AControl1: TControl;

  AControl2: TControl

):Boolean; virtual;

Function result

True if Control2 shall be placed before Control1 is placed.

See also

TAlignInsertBeforeEvent

  

Type of an OnAlignInsertBefore handler.

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