Used to invoke database validation.
property Options: TIBCValidateOptions default [];
Use the Options property of the TIBCValidationService component to invoke database validation.
Set any of the following options of type TValidateOption to True to perform the appropriate validation:
Note: Not all combinations of validation options work together. For example, you can not simultaneously mend and validate the database at the same time. Conversely, some options are intended to be used with other options, such as ValidateDB, or ValidateFull with ValidateDB.