PA_CloseDialog


version 2003


PA_CloseDialog (dialog)

Parameter Type Description
dialog PA_Dial4D Dialog reference

Description

The routine PA_CloseDialog closes the dialog referenced by dialog . It disposes of all allocated memory used by objects such as the dialog window or the variables used and switches back to the process context.

Dialog variables and objects can no longer be used once this function has been called.

Example

See PA_NewDialog and 4th Dimension Dialogs : using a Form as a dialog for an example of use.

 

See Also

PA_ModalDialog , PA_NewDialog , PA_OpenDialog .

Error Handling

None.