
Interface RecordSetBindable
Description
In BBj 4.0 and higher, any BBjControl that supports binding to a BBjRecordSet implements the RecordSetBindable.
Subinterfaces
Implementing Classes
BBjCEdit, BBjCheckBox, BBjEditBox, BBjEditBoxSpinner, BBjInputD, BBjInputDSpinner, BBjInputE, BBjInputESpinner, BBjInputN, BBjInputNSpinner, BBjListBox, BBjListButton, BBjListEdit, BBjListSpinner, BBjNavigator, BBjSlider, BBjStaticText
Methods of RecordSetBindable
Return Value |
Method |
---|---|
void |
bindRecordSet(BBjRecordSet recordset!, string fieldname) |
string |
Methods of RecordSetBindable inherited from SimpleRecordSetBindable
Return Value |
Method |
---|---|
void |
Remarks
When a foreign interpreter invokes this method, an !ERROR=208 Multi Thread results. See Accessing Objects From Different Interpreters.
Example
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.