StopFtpBrowseEvent property (ILEADRasterFTP)
|
VARIANT_BOOL StopFtpBrowseEvent; | |
|
Overview |
Remarks
Specifies whether the browsing process should be stopped. Set this property during the FtpBrowse event to abort browsing. Possible values are:
|
Setting |
Description |
|
VARIANT_TRUE |
Abort browsing. |
|
VARIANT_FALSE |
Continue browsing. This is the default value. |
See Also
|
Elements: |
FtpBrowse event, InetFtpBrowseDir method, InetFtpChangeDir method, InetFtpCreateDir method. |
|
Topics: |
Working with FTP: Directory Manipulation Over an FTP Connection |