+CustomAlignInsertBefore is a Boolean function which +indicates whether the specified controls need to be custom-aligned using the +OnAlignInsertBefore handler. CustomAlignInsertBefore is called (circuitously) +when auto-sizing is performed in the DoAutoSize method, and the Align property +in the control is alCustom. +
++AControl1 and AControl2 are child controls examined to +determine the alignment order in the parent control. +
++The return value is False if OnAlignInsertBefore has not been assigned +in the control, or when the controls do not require custom alignment. +True indicates that the controls are swapped in the alignment order. +
+-DoAlignChildControls always returns False in TWinControl. It can be -overridden in descendent classes to perform any actions needed, and to set -the return value to True to avoid the default handling performed in +DoAlignChildControls always returns False in TWinControl. It +can be overridden in descendent classes to perform any actions needed, and to +set the return value to True to avoid the default handling performed in AlignControls.
+If the dialog character is handled in the Parent form, the CharCode member in Message is set to VK_UNKNOWN (0). +
+No actions are performed in the method when accelerator keys are not enabled for the LCL interface, or when ParentForm is unassigned for the control.
@@ -20909,7 +20944,9 @@ for the LCL interface, or when ParentForm is unassigned for the control.