This class provides dialog steps in GUI procedures.
Constructor that takes a prompt for the prompt area.
Argument | Type | Default | Description |
owner | AFXProcedure | Procedure creating the step. | |
dialog | AFXDataDialog | Dialog box to be posted in this step. | |
prompt | String |
Constructor that supplies a default prompt for the prompt area.
Argument | Type | Default | Description |
owner | AFXProcedure | Procedure creating the step. | |
dialog | AFXDataDialog | Dialog box to be posted in this step. |