[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Type of an OnAlignInsertBefore handler.
Source position: controls.pp line 1909
type TAlignInsertBeforeEvent = function( |
Sender: TWinControl; |
Control1: TControl; |
Control2: TControl |
):Boolean of object; |
Sender |
|
The Parent control |
True if Control2 shall be placed before Control1 is placed.
The handler determines the order, in which both controls are aligned later.
|
Returns the placement order of custom-aligned child controls, using the OnAlignInsertBefore handler. |
lazarus-ccr.sourceforge.net |