ReadonlyfieldMethods that relate to object fields associated with the page.
ReadonlyfileMethods related to files associated with the page.
ReadonlyisChecks if the object is external.
ReadonlyisChecks if the page is a Home page.
ReadonlyobjectThe object ID. Returns an empty string ("") if not applicable.
ReadonlyobjectThe object name. Returns an empty string ("") if not applicable.
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.