RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMediaPlayer.Loaded Method

Initializes the media player after it is loaded from a stream.

Pascal
procedure Loaded; override;
C++
virtual __fastcall Loaded();

Loaded provides an opportunity for a component to initialize itself after all its parts have loaded from a stream. TMediaPlayer overrides the inherited method to implement the AutoOpen property. 

 

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