| Concept Framework 2.0 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: Fri Jan 21 18:06:10 2011 GMT | (c)2011 RadGs Software |