Page Classes

<< Click to Display Table of Contents >>

Navigation:  Languages > Delphi > Develop > Page Object >

Page Classes

The IntraWeb 17 page object is actually a series of classes to implement the final result of TIW17Page. TIW17Page is the base class used for all custom user pages.

 

TIW17Page is built up from the following base classes:

 

T17PageBase – Contains designer support. Not for end users.

T17PageRun – Contains most run time functions and provides support for T17PageGen.

T17PageGen – Contains generated code from the corresponding IWCL class in TypeScript. For documentation please refer to the IWML Page tag.

T17Page – Contains run time code that depends on code in T17PageGen.

TIW17Page – An empty class to work around a designer issue with the T17 prefix.