| Concept Framework 2.2 documentation | Contents | Index |
| Name | Type | Access | Version | Deprecated |
| RForm | function | public | version 1.0 | no |
| public function RForm(Owner); |
| Owner | the Owner of the RForm. Owner must be at least a SingeContainer descendant |
| This is the constructor for RForm. |
To instantiate a RForm you should use the 'new' operator:
var form=new RForm(owner);
// don't forget to call {Show } ();
owner.Show();
|
| Documented by Eduard Suica, generation time: Sun Jan 27 18:15:05 2013 GMT | (c)2013 Devronium Applications |