Concept Framework 2.2 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: Sun Jan 27 18:15:05 2013 GMT(c)2013 Devronium Applications