Activate | Displays the page. | 
  Validate | Fires the OnValidate event for all controls on the page and for the Page object. | 
  Caption | Returns or sets the caption to display for the page. | 
  Controls | Returns a reference to the controls object for the page. | 
  hWnd | Returns the window handle of the page. | 
  Index | Returns the index of the page. | 
  IsActive | Returns True if the page is currently displayed; False otherwise. | 
  Name | Returns the name of the page. | 
  Parent | Returns a reference to the form that contains the page. | 
  OnCancel | Occurs for every page in a form when the Cancel button is clicked. | 
  OnKillActive | Occurs when the page loses the focus. | 
  OnLoad | Occurs when the page is loaded. | 
  OnOK | Occurs for every page in a form when the OK button is clicked. | 
  OnQueryCancel | Occurs for every page before the OnCancel event occurs when the Cancel button is clicked in a form. | 
  OnSetActive | Occurs when the page gets the focus. | 
  OnUnload | Occurs when the page is unloaded. | 
  OnValidate | Occurs when the form's OK button is pressed, after all Control objects' OnValidate events fire on the page. |