True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / Condition Class / Apply Method
Value to test.

In This Topic
    Apply Method (Condition)
    In This Topic
    Applies the condition to a given value.
    Syntax
    'Declaration
     
    Public Function Apply( _
       ByVal value As System.Object _
    ) As System.Boolean
    public System.bool Apply( 
       System.object value
    )

    Parameters

    value
    Value to test.

    Return Value

    True if the value satisfies the condition, false otherwise.
    See Also