public function RForm
Prototype:
public function RForm(Owner);
Parameters
Owner
the Owner of the RForm. Owner must be at least a SingeContainer descendant
Description:
This is the constructor for RForm.
Return value:
This is a constructor, and returns nothing.
Example
To instantiate a RForm you should use the 'new' operator:
var form=new RForm(owner);
// don't forget to call {Show } ();
owner.Show();