IBX.IBServices.TIBValidationService.GlobalAction

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GlobalAction: TTransactionGlobalAction read FGlobalAction  write FGlobalAction;

C++

__property TTransactionGlobalAction GlobalAction = {read=FGlobalAction, write=FGlobalAction, nodefault};

Properties

Type Visibility Source Unit Parent
property published
IBX.IBServices.pas
IBX.IBServices.hpp
IBX.IBServices TIBValidationService

Description

Indicates the global transaction action.

Use GlobalAction to set or return the global transaction action. This value indicates what action to take with the transactions that follow.

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