load_dialog
(load_dialog dclFile)
This function loads the specified DCL
file dclFile.
Arguments |
dclFile (string) DCL file to be loaded; can optionally contain a path/folder - without path/folder, all defined support pathes are searched |
Return |
integer - a kind of reference / handle to the loaded DCL file (used in other DCL related functions; positive number on success, a negative number if DCL file loading failed |
Example |
(setq dcl_id (load_dialog "MySample.dcl")) |
Remarks |
a Lisp application can load
multiple DCL files, there is no limitation; |
© Bricsys NV. All rights reserved. |