PA_Dial4DDisposeEmptyDialog

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

version 2003


PA_Dial4DDisposeEmptyDialog (dialog)

ParameterTypeDescription
dialogPA_Dial4DDialog reference

Description

The routine PA_Dial4DDisposeEmptyDialog disposes of any dialog dialog created by the PA_NewDialog routine that was not opened by the PA_OpenDialog routine.

If the dialog is opened using PA_OpenDialog, it should be closed using the PA_CloseDialog that internally disposes the dialog, so you do not need to call PA_Dial4DDisposeEmptyDialog in this case.

This can be useful if, for example, insufficient memory forces the dialogue to be disposed of prior to being opened and after being created.

See Also

PA_CloseDialog, 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