PA_CloseDialog

4D - Documentation   Français   English   German   4D Plugin API, Command Theme List   4D Plugin API, Command Alphabetical List   Back   Previous   Next

version 2003


PA_CloseDialog (dialog)

ParameterTypeDescription
dialogPA_Dial4DDialog 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.


4D - Documentation   Français   English   German   4D Plugin API, Command Theme List   4D Plugin API, Command Alphabetical List   Back   Previous   Next