BBjRadioGroup::clearCallback

Description

In BBj 23.00 and higher, this method unregisters the callback routine for a specified event of the BBjRadioGroup.

Syntax

Return Value

Method

void

clearCallback(int eventType)

Parameters

Variable

Description

eventType

Event type for which the callback is to be unregistered.

Return Value

None.

Remarks

An attempt to unregister a callback that has not been registered either through the CALLBACK verb, or through BBjRadioGroup::setCallback results in a runtime error.

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

See Also

BBjAPI

Object Variables

PROCESS_EVENTS Verb

BBjRadioGroup::setCallback

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