FormCreate()
Create a dialog window.
Syntax
FormCreate() --> lSuccess
Arguments
None.
Returns
Returns TRUE if the system can proceed with the creation of a dialog window.
Description
Instructs CAPITAL to prepare for the creation of a dialog window.
Example
FormCreate()
FormAdd("Name", "", 20)
FormShow("A New Dialog Window","Accept", "Cancel", TRUE)
____________________________
Related Topics: