|
![]() |
![]() |
PA_OpenDialog (dialog; dialogName; closeBox) → PA_Dial4D
Parameter | Type | Description | |
dialog | PA_Dial4D | → | Dialog reference |
dialogName | char* | → | Name of a dialog stored in plugin resource |
closeBox | char | → | 1 = Has close box, 0 = No close box |
Function result | PA_Dial4D | ← | Dialog reference |
Description
The routine
PA_OpenDialog
opens the dialog saved in plugin resource with name
dialogName
in a new window. If
closeBox
is 1, the window will have a close box. This resource is associated with the dialog context
dialog
.
PA_OpenDialog
returns the dialog reference context. If
dialog
is a dialog context,
PA_OpenDialog
returns it unchanged. If
dialog
is 0L, 4D creates a dialog context and returns it.