IBX.IBServices.TIBValidationService

From RAD Studio API Documentation
Jump to: navigation, search

IBX.IBServices.TIBControlAndQueryServiceIBX.IBServices.TIBControlServiceIBX.IBServices.TIBCustomServiceSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTIBValidationService

Delphi

TIBValidationService = class(TIBControlAndQueryService)

C++

class PASCALIMPLEMENTATION TIBValidationService : public TIBControlAndQueryService

Properties

Type Visibility Source Unit Parent
class public
IBX.IBServices.pas
IBX.IBServices.hpp
IBX.IBServices IBX.IBServices

Description

TIBValidationService enables you to validate your database and reconcile your database transactions.

Use a TIBValidationService object to validate your database and reconcile your database transactions.

Note: You must install InterBase 6 to use this feature.

See Also