Back to product page

Size property


Holds size of the file being transferred.

Type

Long

Syntax

  • Basic
object.Size [= value]
The Size(object,value) syntax has these parts:
objectAn expression evaluating to an object of type XMPPFile
valueA Long value.

Remarks

This property will return size of the file. It is used by both sides to determine how many bytes have to be sent/received. You can also use it in FileTransferProgress event to show progress bar.

Platforms

Windows