Event VLDVDPlayer.TVLDVDPlayer.OnOptionsChange
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 OnOptionsChange : TVLDVDOptionsChangeNotify read FOnOptionsChange write FOnOptionsChange;
C++ Builder:
__property TVLDVDOptionsChangeNotify OnOptionsChange = { read=FOnOptionsChange, write=FOnOptionsChange };
Summary
On available set of interface methods has changed.
Description
Signals that the available set of interface methods has
changed.
Remarks
This event indicates only which operations are explicitly
disabled by the content on the DVD disc. It does not
guarantee that it is valid to call methods that are not
disabled. For example, if no buttons are present, the
IDvdControl2::ActivateButton method won't work, even though
the method is not explicitly disabled.
This event is raised in all domains.