Class VLDSCapture.TVLVideoModes
From Mitov Wiki Doc
				
				
				(Difference between revisions)
				
																
				
				
								
				 (Automated Syncronization with Documentation)  | 
		 (Automated Syncronization with Documentation)  | 
		||
| Line 8: | Line 8: | ||
'''Unit:''' [[Unit VLDSCapture|VLDSCapture]]  | '''Unit:''' [[Unit VLDSCapture|VLDSCapture]]  | ||
| + | |||
| + | '''Inherits:''' [[Class LPComponent.TLPReadOnlyObjectList|TLPReadOnlyObjectList]]  | ||
== Syntax ==  | == Syntax ==  | ||
=== Delphi: ===  | === Delphi: ===  | ||
<code>  | <code>  | ||
| − | '''type''' TVLVideoModes = '''class'''  | + | '''type''' TVLVideoModes = '''class'''( [[Class LPComponent.TLPReadOnlyObjectList|TLPReadOnlyObjectList, TVLVideoModeFormat]] )  | 
</code>  | </code>  | ||
=== C++ Builder: ===  | === C++ Builder: ===  | ||
<code>  | <code>  | ||
| − | '''class''' TVLVideoModes  | + | '''class''' TVLVideoModes : '''public''' [[Class LPComponent.TLPReadOnlyObjectList|TLPReadOnlyObjectList]]  | 
</code>  | </code>  | ||
=== Visual C++ (MFC): ===  | === Visual C++ (MFC): ===  | ||
<code>  | <code>  | ||
| − | '''class''' CTVLVideoModes  | + | '''class''' CTVLVideoModes : '''public''' [[Class LPComponent.TLPReadOnlyObjectList|CTLPReadOnlyObjectList]]  | 
</code>  | </code>  | ||
=== C# (.NET): ===  | === C# (.NET): ===  | ||
<code>  | <code>  | ||
| − | '''public ref class''' TVLVideoModes  | + | '''public ref class''' TVLVideoModes : [[Class LPComponent.TLPReadOnlyObjectList|Vcl.VclGenericReadOnlyObjectListProperty]]  | 
</code>  | </code>  | ||
== Summary ==  | == Summary ==  | ||
| Line 37: | Line 39: | ||
=== Public ===  | === Public ===  | ||
*[[Property VLDSCapture.TVLVideoModes.Count|Count]] - Count of video modes available for the device.    | *[[Property VLDSCapture.TVLVideoModes.Count|Count]] - Count of video modes available for the device.    | ||
| − | *[[Property   | + | |
| + | == From [[Class LPComponent.TLPReadOnlyObjectList|TLPReadOnlyObjectList]] ==  | ||
| + | |||
| + | == Properties ==  | ||
| + | |||
| + | === 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: VideoLabBasicPkg
Unit: VLDSCapture
Inherits: TLPReadOnlyObjectList
Contents | 
Syntax
Delphi:
type TVLVideoModes = class( TLPReadOnlyObjectList, TVLVideoModeFormat )
C++ Builder:
class TVLVideoModes : public TLPReadOnlyObjectList
Visual C++ (MFC):
class CTVLVideoModes : public CTLPReadOnlyObjectList
C# (.NET):
public ref class TVLVideoModes : Vcl.VclGenericReadOnlyObjectListProperty
Summary
List of video modes available for a particular device.
Description
Defines a list of video modes available for a particular device.
Properties
Public
- Count - Count of video modes available for the device.