FTP Rush Object

Top  Previous  Next

FTP Rush Object

 

RushApp is the ROOT script object modal of FTP Rush.

 

RushApp defined at rfScriptEnv, to use it you must include it at the uses keyword.

 

 

Access Object via RushApp

 

RushApp.UI

RushApp.FTP

 

 

RushApp variables

 

RushApp.Language

Declare

property Language: string;

Description

Indicates current FTP Rush language name, this is a ReadOnly variable.

Example

if RushApp.Language = 'German' then ShowMessage('German');