Message
(string) Either a blank string ("") or an information message being sent by the server, such as "Resolving host name" or "Connecting to Server."
The callback function should return a boolean value (true or false) indicating whether the file access should continue:
VALUE DESCRIPTION |
|
true |
Continue with the file access. |
false |
Stop the file access as soon as possible. |
Re t u r n s
(number) The size of the file on the FTP site (in bytes). If the file's size could not be retrieved, -1 is returned. You can use Application.GetLastError to determine whether this action failed, and why.
See also: Related Actions
G r i d
Grid.AutoSize
OverviewExamples
Grid.AutoSize ( string ObjectName,
number ResizeMode = GVS_DEFAULT,
boolean Redraw = true )
De s cr ip t ion
Automatically sizes all rows and columns in the specified grid object.
P arame t er s
ObjectName
(string) The name of the grid object.