Readonly
fieldMethods that relate to object fields associated with the page.
Readonly
fileMethods related to files associated with the page.
Readonly
isChecks if the object is external.
Readonly
isChecks if the page is a Home page.
Readonly
objectThe object ID, if applicable. Otherwise "".
Readonly
objectThe object name, if applicable. Otherwise "".
Registers a function to be invoked whenever a relevant change happens. The handler receives an object that gives information about the change event. There are two types of changes - PageDataChange when the data in the page model changes, and PageModeChange when the page mode changes.
{function} Function to be invoked when there is a change. Parameter (change) is of type PageDataChange or PageModeChange. Returns void.
Methods related to the page to which a control belongs.