Enables or disables the management of triggers. For more details, see
Managing the triggers.
Remark: The management of triggers is enabled by default. To speed up your application, we advise you to disable the triggers if they are not used.
// Disables the management of triggers
HSetTrigger(False)
Syntax
<Result> = HSetTrigger(<Management>)
<Result>: Boolean
Former management mode of triggers (before the call to HSetTrigger): - True if the management of triggers was enabled,
- False if the management of triggers was disabled.
<Management>: Boolean
- True if the management of triggers is enabled,
- False if this management must be disabled.
Business / UI classification: Business Logic