How can I use package constants?

To retrieve the value of a variable or constant, you can use the Get...Variable method:

MaxWait := DbmsPipe.GetIntegerVariable('maxwait');
 
Back
Top