Trigger

Top  Previous  Next

Returns a TTriggerFunction object from the triggers array.

 

Syntax:

function Trigger(ItemIndex: Integer): TTriggerFunction;

 

Parameters:

ItemIndex is the ordinal position of the trigger you want to retrieve from the triggers array.  You can get the number of triggers in the table using the TriggerCount method.

 

The return value is a TTriggerFunction type.