Interface SimpleRecordSetBindable::unbindRecordSet

Description

In BBj 7.0 and higher, this method removes the binding between this SimpleRecordSetBindable object and any BBjRecordSet to which it was previously bound.

Syntax

Return Value

Method

void

unbindRecordSet()

Parameters

None.

Return Value

None.

Remarks

This method is only valid for the followingdataboundcontrols:
BBjStaticText
BBjEditBox
BBjCheckBox
BBjCEdit
BBjListBox
BBjListButton
BBjListEdit
BBjInputE
BBjInputN
BBjInputD
BBjNavigator

When a foreign interpreter invokes this method, an !ERROR=208 Multi Thread results. See Accessing Objects From Different Interpreters.

Example

See Also

BBjAPI

BBjSysGui

BBjControl

BBjWindow

BBjRecordSet

BBjDataBoundGrid

RecordSetBindable

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.