Back to product page

ItemSkip property


Marks current item in LoopItem event to be skipped.

Type

A Boolean value

Syntax

  • Basic
object.ItemSkip  [= value]
The ItemSkip(object) syntax has these parts:
objectAn expression evaluating to an object of type wodFtpDLX.

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.

Platforms

Windows