Class VLQueuedSwitch.TVLQueuedInputs
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 9: | Line 9: | ||
'''Unit:''' [[Unit VLQueuedSwitch|VLQueuedSwitch]] | '''Unit:''' [[Unit VLQueuedSwitch|VLQueuedSwitch]] | ||
− | '''Inherits:''' [[Class LPComponent. | + | '''Inherits:''' [[Class LPComponent.TLPTypedOwnerComponentCollection|TLPTypedOwnerComponentCollection]] |
== Syntax == | == Syntax == | ||
=== Delphi: === | === Delphi: === | ||
<code> | <code> | ||
− | '''type''' TVLQueuedInputs = '''class'''( [[Class LPComponent. | + | '''type''' TVLQueuedInputs = '''class'''( [[Class LPComponent.TLPTypedOwnerComponentCollection|TLPTypedOwnerComponentCollection, TVLQueuedSwitch, TVLQueuedInputItem]] ) |
</code> | </code> | ||
=== C++ Builder: === | === C++ Builder: === | ||
<code> | <code> | ||
− | '''class''' TVLQueuedInputs : '''public''' [[Class LPComponent. | + | '''class''' TVLQueuedInputs : '''public''' [[Class LPComponent.TLPTypedOwnerComponentCollection|TLPTypedOwnerComponentCollection]] |
</code> | </code> | ||
=== Visual C++ (MFC): === | === Visual C++ (MFC): === | ||
<code> | <code> | ||
− | '''class''' CTVLQueuedInputs : '''public''' [[Class LPComponent. | + | '''class''' CTVLQueuedInputs : '''public''' [[Class LPComponent.TLPTypedOwnerComponentCollection|CTLPTypedOwnerComponentCollection]] |
</code> | </code> | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' TVLQueuedInputs : [[Class LPComponent. | + | '''public ref class''' TVLQueuedInputs : [[Class LPComponent.TLPTypedOwnerComponentCollection|Vcl.VclCollectionProperty]] |
</code> | </code> | ||
== Summary == | == Summary == | ||
Line 33: | Line 33: | ||
== Description == | == Description == | ||
Defines a collection of queued channels. | Defines a collection of queued channels. | ||
+ | |||
+ | == From [[Class LPComponent.TLPTypedOwnerComponentCollection|TLPTypedOwnerComponentCollection]] == | ||
== Properties == | == Properties == | ||
=== Public === | === Public === | ||
− | *[[Property | + | *[[Property LPComponent.TLPTypedOwnerComponentCollection.OwnerComponent|OwnerComponent]] |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
[[Category:Classes]] | [[Category:Classes]] |
Revision as of 20:29, 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: VideoLabPkg
Unit: VLQueuedSwitch
Inherits: TLPTypedOwnerComponentCollection
Contents |
Syntax
Delphi:
type TVLQueuedInputs = class( TLPTypedOwnerComponentCollection, TVLQueuedSwitch, TVLQueuedInputItem )
C++ Builder:
class TVLQueuedInputs : public TLPTypedOwnerComponentCollection
Visual C++ (MFC):
class CTVLQueuedInputs : public CTLPTypedOwnerComponentCollection
C# (.NET):
public ref class TVLQueuedInputs : Vcl.VclCollectionProperty
Summary
Collection of queued channels.
Description
Defines a collection of queued channels.