Previous Topic

Next Topic

Inhoudsopgave

Book Index

ShowModal Function

Function Function ShowModal: Integer

Description

Displays the created form and waits until the user clicks OK, Cancel or any other of the available buttons.

Result values

  1. The user clicked OK.
  2. The user clicked Cancel.
  3. The user clicked Abort.
  4. The user clicked Retry.
  5. The user clicked Ignore.
  6. The user clicked Yes.
  7. The user clicked No.

Example

See CreateEditForm and CreateWizardForm.