wodFtpDLX ActiveX Control - ItemSkip Property
      
 

Description

Marks current item in LoopItem event to be skipped.


Property type

A Boolean value.  


Syntax

object.ItemSkip = value



The ItemSkip Property syntax has these parts:

Part Description
object An expression evaluating to an object of type wodFtpDLX.
value A Boolean value.

Remarks

ItemSkip mode is to be used in programming environments which don't support event arguments to return values back to wodFtpDLX, such as Delphi or BCB. In those cases, Skip argument that is used in LoopItem event cannot be set to True - it is ignored. For this purpose, ItemSkip property can be set to True to force item to be skipped.

This property can be set to True only within LoopItem event. If used somewhere else in your code, it will generate an error.