IBX.IBExtract.TriggerTypes
Delphi
TriggerTypes : Array[0..6] of String = (
'', // do not localize
'BEFORE INSERT', // do not localize
'AFTER INSERT', // do not localize
'BEFORE UPDATE', // do not localize
'AFTER UPDATE', // do not localize
'BEFORE DELETE', // do not localize
'AFTER DELETE'); // do not localize
C++
extern DELPHI_PACKAGE Ibx_Ibextract__4 TriggerTypes;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
const variable |
public | IBX.IBExtract.pas IBX.IBExtract.hpp |
IBX.IBExtract | IBX.IBExtract |
Description
Embarcadero Technologies does not currently have any additional information.