| Published on March 09, 2007 [03:04:01 PM] |
Browse class : Form|
Description Used when you wish to create form that hasnot yet been created. ie, you have declared variables like 'Form form1;' anywhere in code, and at certain point you wish to create it: form1.create("My Form"); Style must be one of following: ParentWindow must be a valid window, usually another form, but may be any kind of standard control too e.g. Button, Label, TextBox etc. IsChild if passed true the form becomes real child which draws itself within client area of parent. Return Nothing |
Remarks Example: Form form1("My Form"); |
| Visit www.radcpp.com for more help and updates. | Documentation created using FlaX.Doc |