[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Moves the form to the front of the Z-order in the CustomFormsZOrdered property.
Source position: forms.pp line 1218
public procedure TScreen.MoveFormToZFront( |
ACustomForm: TCustomForm |
); |
ACustomForm |
|
Form instance to move to the top of the Z-order. |
MoveFormToZFront is a method used to ensure that the form in ACustomForm is at the top of the Z-order in the CustomFormsZOrdered property. MoveFormToZFront is called from the MoveFormToFocusFront method.
Raises a GDB exception when the form is being destroyed, or the application is shutting down.
|
Moves the specified form to the front of all other forms. |
Version 4.0 | Generated 2025-05-03 | Home |