RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMediaPlayer.Display Property

Specifies the display window for a multimedia device that uses a window for output.

Pascal
property Display: TWinControl;
C++
__property TWinControl * Display;

To use Display, assign the name of a windowed control such as a form or panel to Display to display output in that control. 

The default value of Display is nil (Delphi) or NULL (C++), meaning that the device creates its own window to display output. Also, by freeing the control assigned to Display after the device has been opened, video output will be in its own default window. 

Examples of multimedia devices that use a window to display output are Animation, AVI Video, Digital Video, Overlay, and VCR. 

 

DisplayRect 

Adding Audio and/or Video Clips to an Application

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!