Selection

Top  Previous  Next

RushApp.UI.Selection

 

Selection Object keeps current selection information of FTP Rush main interface

 

RushApp.UI.Selection.Prepare

Declare

procedure Prepare;

Description

Tell FTP Rush to collect selction information of main interface. everytime you want to use FTP Rush Selection Object, you must call RushApp.UI.Selection.Prepare first

 

RushApp.UI.Selection.Count

Declare

property Count: Integer;

Description

Indicates the number of entries in the selections.

 

RushApp.UI.Selection.Items

Declare

property Items[Index: Integer]: TEnvSelectItem;

Description

Contains the Selected Item

 

RushApp.UI.Selection.IsRemoteSide

Declare

property IsRemoteSide: boolean;

Description

Indicates current side is remote side or local side

 

RushApp.UI.Selection.IsFTPConnected

Declare

property IsFTPConnected: boolean;

Description

Indicates is a FTP Server connected at current remote side, before you use this variable, make sure call IsRemoteSide first.

 

RushApp.UI.Selection.FTPName

Declare

property FTPName: string;

Description

Indicates the name of current connected FTP Server. before you use this variable, make sure call IsFTPConnected first