Property DSSources.TDSSwitches.LinkRelated
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(5 intermediate revisions by one user not shown) | |||
Line 10: | Line 10: | ||
=== Delphi: === | === Delphi: === | ||
<code> | <code> | ||
− | '''property''' LinkRelated : Boolean '''read''' GetLinkRelated '''write''' SetLinkRelated; | + | '''property''' LinkRelated : Boolean '''read''' GetLinkRelated '''write''' SetLinkRelated '''default''' True; |
</code> | </code> | ||
=== C++ Builder: === | === C++ Builder: === | ||
<code> | <code> | ||
− | '''__property''' bool LinkRelated = { '''read'''=GetLinkRelated, '''write'''=SetLinkRelated }; | + | '''__property''' bool LinkRelated = { '''read'''=GetLinkRelated, '''write'''=SetLinkRelated, '''default'''=True }; |
</code> | </code> | ||
Latest revision as of 00:10, 26 June 2013
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: TDSSwitches
Contents |
Syntax
Delphi:
property LinkRelated : Boolean read GetLinkRelated write SetLinkRelated default True;
C++ Builder:
__property bool LinkRelated = { read=GetLinkRelated, write=SetLinkRelated, default=True };
Summary
Links related Video and Audio sources.
Description
Specifies the switch to link related Video and Audio sources.
When enabled if you select a TVTuner as the video source, the
audio also will be connected to the TVTuner via the Crossbar
if possible.