SEARCH:
  Next: objPageMain

objPage

string Page_Name
Object
framework


Returns an object following Andromeda Object conventions.

If the class Page_Name exists inside of a file by the same name, then that class is instantiated.

If there is no file by the name of Page_Name, then an instance of x_table2 is instantiated and initialized for table Page_Name.

If there is no table named Page_Name, an uninitialized instance of x_table2 is returned.

  Next: objPageMain