generic

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