BBjLostFocusEvent::isClientValidationValid

Description

In BBj 22.10 and higher, this method returns a boolean value indicating the result of running the client validation function, if any, when this control lost focus.

Syntax

Return Value

Method

boolean

isClientValidationValid()

Parameters

None.

Return Value

Returns a boolean value indicating the result of running the client validation function (if any) when this control lost focus. If the control does not specify a client validation function, this value always returns true.

Remarks

If this control does not specify a client validation function, this value returns true.

See Also

BBjAPI

BBj Object Syntax

Interface ClientValidation

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.