Event VLDVDPlayer.TVLDVDPlayer.OnDiskInserted
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 OnDiskInserted : TNotifyEvent read FOnDiskInserted write FOnDiskInserted;
C++ Builder:
__property TNotifyEvent OnDiskInserted = { read=FOnDiskInserted, write=FOnDiskInserted };
Summary
On whether a disc was inserted into the drive.
Description
Signals that a disc was inserted into the drive.
Remarks
Playback automatically begins when a disc is inserted. The
application does not have to take any special action in
response to this event.
This event is raised in all domains.