Event VLDVDPlayer.TVLDVDPlayer.OnDiskEjected
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TVLDVDPlayer
Contents |
Syntax
Delphi:
property OnDiskEjected : TNotifyEvent read FOnDiskEjected write FOnDiskEjected;
C++ Builder:
__property TNotifyEvent OnDiskEjected = { read=FOnDiskEjected, write=FOnDiskEjected };
Summary
On whether a disc was ejected.
Description
Signals that a disc was ejected.
Remarks
Playback automatically stops when a disc is ejected. The
application does not have to take any special action in
response to this event.
This event is raised in all domains.