Skip to content

Item_Change - dbRadioGroup

A programming hook to perform an action when moving to another item

Type: Event

Parameters

Parameter Type Description
iFromItem Integer Item to change from
iToItem Integer Item to change to

Syntax

Procedure Item_Change Integer iFromItem Integer iToItem

Description

This event isn't very useful in Radio objects, since a Radio object only has a single item, to the To and From items are always 0.

Use Notify_Select_State in the RadioGroup class as a hook instead.