The writedialogcode statement scans the current form, and writes the procedure needed to handle this form as a dialog.
Parameters
This statement has one parameter:code – field or variable that will receive the final dialog code.
Description
This statement scans the current form, and writes the procedure needed to handle this form as a dialog.
local mycode
writedialogcode mycode
History
Version | Status | Notes |
10.0 | No Change | Carried over from Panorama 6.0. |