EPUB | CHM | PDF

TMySQLStoredProc.Properties.RoutineType

Top Previous Next

Specifies which kind of routine must be used.

Syntax:

properties RoutineType: TMySQLRoutineType;

note TMySQLRoutineType = (rtProcedure, rtFunction);

Description:

RoutineType property is used to specify which kind of routine must be used. It can be a stored procedures or a functions. This determines the syntax for routine call. Depending on RoutineType the ProcedureName property is changing and shows only available routines.