Dart Tcp, Daemon, Udp Controls
PositionHigh Property
Description
Current byte position in the stream. Used only when the current position is greater than 2^31 (2147483648).
Property type
Read-write property
Syntax
Visual Basic
Public Property PositionHigh As Long
Remarks
Since the Position property is a Long, it is unable to be set to a value greater than 2^31. To set the position of a DartStream to a value greater than 2^31, first set this property to an integer value which will be multiplied by 2^31, then added to Position to determine the actual position.
See Also

DartStream Object  | DartStream Members


PowerTCP FTP for ActiveX Documentation Version 2.2
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic