Description
Loads one or several dialogs from their definition file (.dlg).
-
Return Type
-
None
-
Syntax
-
object.Load Source
The Load Method syntax has these parts: |
| object | An expression evaluating to an object of type McCommandDialogs. | | Source | Required. A Variant value. The absolute path of the dialog description file.
| Remarks
Item dynamically loads dialogs when it finds a file having the same name as its parameter but there is no loaded dialog with that name. Load will work for any file, regardless of whether the dialog exists or not.
|