Returns the current value of maximum concurrent threads as a number.
WebAPI.bdh
WebGetMaxThreads(): number;
Number of maximum concurrent threads
dcltrans transaction TWebInit begin write("MaxThreads: "); write(WebGetMaxThreads()); writeln; end TWebInit;