Retrieves the name of the current load-test project.
Kernel.bdh
GetProject(): string;
The name of the project.
dcltrans transaction TGetProject var sProject: string; begin sProject := GetProject(); write("project = "); write(sProject); writeln; end TGetProject;