Property DSSources.TDSSwitches.LinkRelated

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
 
(Automated Syncronization with Documentation)
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>
  

Revision as of 20:28, 10 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.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox