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