| Published on March 09, 2007 [03:04:01 PM] |
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 |