|
Navigation: Function Reference > User Script Functions > Grid.createStudy() Grid.createStudy() |
Top Previous Next |
Grid.createStudy( aFileName: String; aParams: Array of Variant; aStreams: Array of TEStream ) : TEStream;
This is a special method of the Grid object that is used to register study formulas with the ScanExpert system. This method should only be called from one of the two study formula configuration files (i.e., functionsSystem.pas and functionsUser.pas). This method will never be called from within a user script or study formula.
See the Register a Study Formula section for more information.
Parameters
aFileName |
a string value containing the file name of the study formula source code file |
aParams |
an array of input parameters |
aStreams |
an array of input streams |