Skip to main content
All docs
V26.1
  • TdxWaitForm.Preview(TWinControl) Method

    Displays the Wait Form in Preview mode.

    Declaration

    procedure Preview(AControl: TWinControl);

    Parameters

    Name Type Description
    AControl TWinControl

    The target control/form for the Wait Form.

    Remarks

    Call the Preview procedure to display the Wait Form in Preview mode. A subsequent mouse click closes the displayed form, similar to the Splash/Wait form preview in the Project Settings dialog.

    If you need to manage Wait Form visibility manually, call Show and Hide procedures instead.

    See Also