generic
|
AddEvent(iEvent) | Adds event to set of events handled by this control |
|
Duplicate(iLeft, iTop) | Duplicate control |
|
Duplicate(iLeft, iTop, sTitle$) | Duplicate control with title |
|
Duplicate(iLeft, iTop, sTitle$, iSymTabPage) | Duplicate control with title and tab page |
|
GetDataField(BYREF nSourceSym, BYREF nFieldSym, BYREF nOccurs) | Returns the SYM of the data source, datafiled and occurs value |
|
RaiseEvent(iEvent) | Call an event during form tests |
|
SetFocus() | Forces the control 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 |
|
AccessibleName$ | Human-readable name of control, provided by the application |
|
BackColor | Specifies the default background color |
|
Class$ | Name of control type |
|
ClassId | Control type |
|
ClientTag$ | Free text field available to programmers. Intended for use in the browser client. Accessible client side. |
|
ClipSiblings | Controls how overlapping controls are treated |
|
Container | The control whose CreateControl method was used to create this control |
|
Context$ | Context of control, provided by the application |
|
DataChanged | Determines if the data in the control has changed |
|
DisplayPriority$ | Display priority |
|
DragStyle | Sets the drag and drop style for this object |
|
DropFileStyle | Sets file drop style for this object |
|
EditGroup | Specifies the edit group the control belongs to |
|
Enabled | Enables and disables a control |
|
Font | Specifies the font set to be used by the control |
|
FormObject | Returns the form object of this form |
|
Height | Changes the height of a form/control |
|
Help$ | Specifies the text displayed in the status bar when the control gets focus |
|
Id | The ID of the control as used in the Windows API |
|
IsOnSelectedTab | TRUE if on a tab page that is currently selected |
|
Left | Change the position of a form/control |
|
MouseFormX | Returns the current mouse position within a Click() event in absolute form coordinates. |
|
MouseFormY | Returns the current mouse position within a Click() event in absolute form coordinates. |
|
Name$ | Name of control |
|
Page | Page ID of tab control on which this control appears |
|
Parent | Tab control on which this control appears |
|
Parent | Tab control on which this control appears |
|
SpyItem | Identifies the target control component of a spy operation |
|
Sym | Returns a pointer value to the control |
|
SymNext | Returns the pointer value of the next control in the tab sequence |
|
TabSkip | Skip this control when tabbing |
|
TabStop | Include in the forms tab sequence |
|
Tag$ | Free text field available to programmers |
|
TagPtr | Handle field available to programmers |
|
Template | Control is a template |
|
Text$ | Specifies or retrieves the text associated with the control |
|
TextColor | Specifies the default text color |
|
Top | Changes the position of a form/control |
|
UpdatePriority$ | Update priority |
|
Visible | Makes the control visible/invisible |
|
Width | Changes the width of a form/control |