| Published on March 17, 2008 [12:28:42 AM] |
Browse class : Form|
Description Construtor. This constructor allocates space for a new Form but does not create it physically. Variable may be used later to create Form using function 'create' at a certain point in code. Return Nothing |
Remarks e.g. Form form1; //later in code form1.create(..........); |
| Visit www.radcpp.com for more help and updates. | Documentation created using FlaX.Doc |