[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Used in custom alignment (alCustom).
Source position: controls.pp line 1900
type TAlignInfo = record |
||
AlignList: TFPList; |
|
The list of controls currently being aligned. |
ControlIndex: Integer; |
|
Index of current control. |
Align: TAlign; |
|
The kind of alignment currently processed (always alCustom). |
Scratch: Integer; |
|
For internal use. |
end; |
This record was added only after D7. It's used in CustomInsertBefore and CustomAlignPosition methods and handlers.
|
Returns the aligned position of a custom-aligned child control, using the OnAlignPosition handler. |
|
|
Returns the placement order of custom-aligned child controls, using the OnAlignInsertBefore handler. |
lazarus-ccr.sourceforge.net |