SetCallback Data Member Function

Sets the callback functions used by this dialog. For example, a callback can be evaluated when a value in the dialog is changed.

Prototype

int32 SetCallback( ControlPopupDialogCallback p_oCallback, Variant p_oContext )

Parameters

Parameter Type Parameter Name Documentation
<ControlPopupDialogCallback>p_oCallbackA pointer to a ControlPopupDialogCallBack object.
<Variant>p_oContextA pointer to a VarData object that contains parameters and data for the callback.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.