RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMediaPlayer.Position Property

Specifies the current position within the currently loaded medium.

Pascal
property Position: Longint;
C++
__property Longint Position;

The value of Position is specified according to the current time format, which is specified in the TimeFormat property. 

Position defaults to the beginning of the medium. If the medium supports multiple tracks, Position defaults to the beginning of the first track. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!