Concept Framework 1.0 documentation Contents | Index

RForm.RForm

Name Type Access Version Deprecated
RForm function public version 1.0 no

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.

Example:
To instantiate a RForm you should use the 'new' operator:

var form=new RForm(owner);
// don't forget to call {Show } ();
owner.Show();

Returns:
This is a constructor, and returns nothing.

Documented by Eduard Suica, generation time: Thu Oct 15 20:01:53 2009 GMT(c)2009 RadGs Software