Search Results for

    Show / Hide Table of Contents

    Accessing script variables from the Delphi code

    To get/set the value of a script variables use TfsScript.Variables property.

    val := fsScript1.Variables['i']; 
    fsScript1.Variables['i'] := 10; 
    
    Back to top © Copyright Fast Reports Inc.