WebDumpSettings Function

Action

Writes all current WebSettings into the output file. This function helps in documenting benchmark tests where different settings are used.

Include file

WebAPI.bdh

Syntax

WebDumpSettings();

Example

dcltrans 
  transaction TWebInit 
  begin 
    WebDumpSettings(); 
  end TWebInit;

Sample scripts

WebMulti01.bdf