Home Contact us Partners Publish your software Remove your manuals
 
 
 
 

FTPRush: UI object contains objects to access main window to execute command

Introduction
->> FTPRush
->> Tips and Tricks
->> FAQ
   
Quick Tutorials
->> Main Interface
->> File Menu
->> Edit Menu
->> Mark Menu
->> View Menu
->> FTP Menu
->> Tools
->> Compare Folder Contents
->> Clipboard
->> Transfer Mode
->> Transfer Completion Options
   
Getting Started
->> Connect to FTP
->> Disconnect from Site
->> Lock or Unlock Toolbar and Dock
->> Quick Connect to Site
->> Customize Main Interface
   
Dialogs
->> Add or Edit Skiplist
->> Bookmark Dialogs
->> Create CRC Checksum
->> Condition Transfer
->> Edit Queue
->> Export Directory Tree List
->> Fast Search
->> Find Files at Site
->> Hotkey Manager
->> Send RAW Dialog
->> Manual Download
   
Site Manager
->> Import or Export Sites
->> Site Manager Tools
->> General Properties
->> Connection
->> Transfer
   
Options
->> General Option
->> Connection
->> Transfer
->> Display
->> File Associations
->> Event Notification
->> Command Line
->> Wildcard and Regular Expressions
   
Using Scripts
->> Pascal Script
->> FTPRush Object
->> UI Object
->> FTP
->> Event
->> System Variables
->> System Functions
->> Script Library
   
Buy FTPRush Online! Buy FTPRush Online!

UI Object

UI object contains objects to access the FTPRush main window

RushApp.UI.Bar
Manage bar...

RushApp.UI.Menu
Menu Object let you can access FTPRush Menu object

RushApp.UI.Selection
Selection Object keeps current selections object

purchase order formats send sms alert mdb to MySQL
recover deleted file vista restore corrupted drive free password recovery
recover deleted files flash drive undelete partition free vista undelete free

RushApp.UI.Selection

Selection Object keeps current selection information of FTPRush main interface

RushApp.UI.Selection.Prepare
Declare
procedure Prepare;
Description
Tell FTPRush to collect selction information of main interface. everytime you want to use FTPRush 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

TEnvSelectItem

TEnvSelectItem is a class to keep one selected folder/file infomation

Declare
TEnvSelectItem = class
property Name: string; //Name of folder/file
property Size: Int64; //Size of folder/file
property Date: TDateTime; //Datetime of folder/file
property Attr: string; //Attribute of FTP folder/file,
property Owner: string; //Owner of FTP folder/file
property Group: string; //Group of FTP folder/file
property IsFolder: boolean; //Is a folder
property FullPath: string; //Full path of selected folder/file
end;

Buy FTPRush Online! Buy FTPRush Online!
 
 
 
 
Home | Contacts | Partners | Publish your software | Remove your manuals