TPcxStreamProgressBar

Properties
TPcxStreamProgressBar reflects or modifies the current position in the stream to which it is connected.
The Position property returns or modifies the cursor position.
The AutoRefresh property allows/prevents the cursor automatic refresh.



Properties
AutoLoop
AutoLoopLen
AutoRefresh
OutputStream

TPcxStreamProgressBar.AutoLoop
AutoLoop enables or disables the stream loop when the cursor is moved with the mouse.

property AutoLoop : Boolean;

Description
AutoLoop = True, the stream loops while moving the cursor with the mouse.
AutoLoop = False, the stream is not altered while moving the cursor.

See also
AutoLoopLen, AutoRefresh, OutputStream


TPcxStreamProgressBar.AutoLoopLen
AutoLoopLen specifies the loop length activated by the AutoLoop property.

property AutoLoopLen : Boolean;

Description
AutoLoopLen specifies the loop length activated by the AutoLoop property, this length is computed in MS.

See also
AutoRefresh, Autoloop, OutputStream


TPcxStreamProgressBar.AutoRefresh
AutoRefresh allows or prevents the cursor automatic refresh.

property AutoRefresh : Boolean;

Description
AutoRefresh = True, the cursor is moved automatically when the stream, to which it is connected to, is read.
AutoRefresh = False, the cursor can only be moved with the mouse or by the Position property.

See also
AutoLoop, OutputStream


TPcxStreamProgressBar.OutputStream
The OutputStream property specifies the stream which progress must be displayed or modified.

property OutputStream : TPcxOutputStream;

Description
This property specifies or returns, the stream bound to TPcxStreamProgressBar, if the stream is destroyed the OutputStream property returns nil.

See also
AutoRefresh, AutoLoop