Class DSCaptureDevice.TDSCrossbarDialogs
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 8: | Line 8: | ||
'''Unit:''' [[Unit DSCaptureDevice|DSCaptureDevice]] | '''Unit:''' [[Unit DSCaptureDevice|DSCaptureDevice]] | ||
+ | |||
+ | '''Inherits:''' [[Class LPComponent.TLPReadOnlyObjectList|TLPReadOnlyObjectList]] | ||
== Syntax == | == Syntax == | ||
=== Delphi: === | === Delphi: === | ||
<code> | <code> | ||
− | '''type''' TDSCrossbarDialogs = '''class''' | + | '''type''' TDSCrossbarDialogs = '''class'''( [[Class LPComponent.TLPReadOnlyObjectList|TLPReadOnlyObjectList, TDSCrossbarDialog]] ) |
</code> | </code> | ||
=== C++ Builder: === | === C++ Builder: === | ||
<code> | <code> | ||
− | '''class''' TDSCrossbarDialogs | + | '''class''' TDSCrossbarDialogs : '''public''' [[Class LPComponent.TLPReadOnlyObjectList|TLPReadOnlyObjectList]] |
</code> | </code> | ||
=== Visual C++ (MFC): === | === Visual C++ (MFC): === | ||
<code> | <code> | ||
− | '''class''' CTDSCrossbarDialogs | + | '''class''' CTDSCrossbarDialogs : '''public''' [[Class LPComponent.TLPReadOnlyObjectList|CTLPReadOnlyObjectList]] |
</code> | </code> | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' TDSCrossbarDialogs | + | '''public ref class''' TDSCrossbarDialogs : [[Class LPComponent.TLPReadOnlyObjectList|Vcl.VclGenericReadOnlyObjectListProperty]] |
</code> | </code> | ||
== Summary == | == Summary == | ||
Line 37: | Line 39: | ||
=== Public === | === Public === | ||
*[[Property DSCaptureDevice.TDSCrossbarDialogs.Count|Count]] - Count of available dialogs. | *[[Property DSCaptureDevice.TDSCrossbarDialogs.Count|Count]] - Count of available dialogs. | ||
− | |||
− | == | + | == From [[Class LPComponent.TLPReadOnlyObjectList|TLPReadOnlyObjectList]] == |
+ | |||
+ | == Properties == | ||
=== Public === | === Public === | ||
− | *[[ | + | *[[Property LPComponent.TLPReadOnlyObjectList.Items|Items]] |
− | + | ||
[[Category:Classes]] | [[Category:Classes]] |
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.
Package: AudioLabBasicPkg
Unit: DSCaptureDevice
Inherits: TLPReadOnlyObjectList
Contents |
Syntax
Delphi:
type TDSCrossbarDialogs = class( TLPReadOnlyObjectList, TDSCrossbarDialog )
C++ Builder:
class TDSCrossbarDialogs : public TLPReadOnlyObjectList
Visual C++ (MFC):
class CTDSCrossbarDialogs : public CTLPReadOnlyObjectList
C# (.NET):
public ref class TDSCrossbarDialogs : Vcl.VclGenericReadOnlyObjectListProperty
Summary
List of available Crossbar dialogs.
Description
Defines a list of Crossbar dialogs for the currently selected Video and Audio capture devices.
Properties
Public
- Count - Count of available dialogs.