See Also Send us your Feedback
IsgConditionTest Interface
 

The IsgConditionTest interface is used by the SGCondition object to test a value when operator is equal to sgOpCallback. In Visual Basic, Implements keyword is used to implement interface in a form or class module.

Interface contains only one function:

Test(Value As Variant, Tag As Variant) As Boolean

Value is a value to be tested. Tag is a user defined value passed to the condition object through the Value2 parameter.

See Also