Class VLVisionStreamTypes.TVLSequenceObjectList

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
 
(Automated Syncronization with Documentation)
Line 9: Line 9:
 
'''Unit:''' [[Unit VLVisionStreamTypes|VLVisionStreamTypes]]
 
'''Unit:''' [[Unit VLVisionStreamTypes|VLVisionStreamTypes]]
  
'''Inherits:''' [[Class VLVisionStreamTypes.TVLStorageObjectList|TVLStorageObjectList]]
+
'''Inherits:''' TVLStorageObjectList
  
 
== Syntax ==
 
== Syntax ==
 
=== Delphi: ===
 
=== Delphi: ===
 
<code>
 
<code>
'''type''' TVLSequenceObjectList = '''class'''( [[Class VLVisionStreamTypes.TVLStorageObjectList|TVLStorageObjectList]] )
+
'''type''' TVLSequenceObjectList = '''class'''( TVLStorageObjectList )
 
</code>
 
</code>
 
=== C++ Builder: ===
 
=== C++ Builder: ===
 
<code>
 
<code>
'''class''' TVLSequenceObjectList : '''public''' [[Class VLVisionStreamTypes.TVLStorageObjectList|TVLStorageObjectList]]
+
'''class''' TVLSequenceObjectList : '''public''' TVLStorageObjectList
 
</code>
 
</code>
 
=== Visual C++ (MFC): ===
 
=== Visual C++ (MFC): ===
 
<code>
 
<code>
'''class''' CTVLSequenceObjectList : '''public''' [[Class VLVisionStreamTypes.TVLStorageObjectList|CTVLStorageObjectList]]
+
'''class''' CTVLSequenceObjectList : '''public''' CLPComponent
 
</code>
 
</code>
 
=== C# (.NET): ===
 
=== C# (.NET): ===
 
<code>
 
<code>
'''public ref class''' TVLSequenceObjectList : [[Class VLVisionStreamTypes.TVLStorageObjectList|Mitov.VisionLab.StorageObjectList]]
+
'''public ref class''' TVLSequenceObjectList : [[Class TVLStorageObjectList|Vcl.VclGenericObjectListProperty]]
 
</code>
 
</code>
 
== Summary ==
 
== Summary ==
Line 33: Line 33:
 
== Description ==
 
== Description ==
 
Defines list of objects for various components.
 
Defines list of objects for various components.
 
== From [[Class LPComponent.TLPObjectList|TLPObjectList]] ==
 
 
== Properties ==
 
 
=== Public ===
 
*[[Property LPComponent.TLPObjectList.Count|Count]]
 
  
 
[[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: VisionLabPkg

Unit: VLVisionStreamTypes

Inherits: TVLStorageObjectList

Contents

Syntax

Delphi:

type TVLSequenceObjectList = class( TVLStorageObjectList )

C++ Builder:

class TVLSequenceObjectList : public TVLStorageObjectList

Visual C++ (MFC):

class CTVLSequenceObjectList : public CLPComponent

C# (.NET):

public ref class TVLSequenceObjectList : Vcl.VclGenericObjectListProperty

Summary

List of objects.

Description

Defines list of objects for various components.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox