Sets the callback functions used by this dialog. For example, a callback can be evaluated when a value in the dialog is changed.
int32 SetCallback( ControlPopupDialogCallback p_oCallback, Variant p_oContext )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| <ControlPopupDialogCallback> | p_oCallback | A pointer to a ControlPopupDialogCallBack object. |
| <Variant> | p_oContext | A pointer to a VarData object that contains parameters and data for the callback. |
None published. Please look for an example in the Simdify Scripting Language code base.