tabbeditem

[method icon] AddControl(objCtrl) Add the control to this tab page
[method icon] AddEvent(iEvent) Adds event to set of events handled by this control
[method icon] AddTimedEvent(iEvent, sEventName$, iLimit) Marks an event for timing by the client
[method icon] Duplicate(sTitle$) Duplicate tab page
[method icon] RaiseEvent(iEvent) Call an event during form tests
[method icon] SetFocus() Moves the tab into focus (equivalent to SetFocus(TRUE))
[method icon] SetFocus(bMoveFocus) Moves the tab into focus
[method icon] TestAddEventArg(sType$, sValue$) Add an argument to an event during form tests
[method icon] TestGetNumericProperty(sName$) Get numeric property
[method icon] TestGetObjectProperty(sName$) Get object property
[method icon] TestGetStringProperty$(sName$) Get string property
[method icon] TestSetNumericProperty(sName$, iValue) Set a property during form tests
[method icon] TestSetObjectProperty(sName$, objValue) Set a property during form tests
[method icon] TestSetStringProperty(sName$, sValue$) Set a property during form tests
[property icon] ClassId Control type
[property icon] ClientTag$ Free text field available to programmers. Intended for use in the browser client. Accessible client side.
[property icon] Context$ Context of page, provided by the application
[property icon] Default Specifies the default tab for the tab control
[property icon] Enabled Enables/disables tab page items
[property icon] Index Returns the index of the currently selected tab page
[property icon] IsSelected TRUE if this tab page is selected
[property icon] Name$ Name of tabbed page
[property icon] ParentControl Tab control on which this page appears
[property icon] SpyItem Identifies the target control component of a spy operation
[property icon] Sym Returns a pointer value to the control
[property icon] TabNext Get next tab object
[property icon] Tag$ Tag of a tabbed item
[property icon] TagPtr Handle field available to programmers
[property icon] Template Control is a template
[property icon] Text$ Specifies the label used by a tab
[property icon] Visible Makes a tab page visible/invisible
[event icon] Enter() Event Called before the tab is displayed
[event icon] Exit() Event Called when the user exits the tab
[event icon] Show() Event Called after the Enter event when the page is visible