DBFunction

Top  Previous  Next

Returns a TFunction object from the functions array.

 

Syntax:

function DBFunction(ItemIndex: Integer): TFunction;

 

Parameters:

ItemIndex is the ordinal position of the function you want to retrieve from the functions array.  You can get the number of functions in the current schema using the DBFunctionCount method.

 

The return value is a TFunction type.

 

Example:

 

scripting_tschema_function