Class VLTransparentColor.TVLColorRanges

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
(Automated Syncronization with Documentation)
 
(6 intermediate revisions by one user not shown)
Line 9: Line 9:
 
'''Unit:''' [[Unit VLTransparentColor|VLTransparentColor]]
 
'''Unit:''' [[Unit VLTransparentColor|VLTransparentColor]]
  
'''Inherits:''' [[Class LPComponent.TLPCollection|TLPCollection]]
+
'''Inherits:''' [[Class LPComponent.TLPTypedOwnerComponentCollection|TLPTypedOwnerComponentCollection]]
  
 
== Syntax ==
 
== Syntax ==
 
=== Delphi: ===
 
=== Delphi: ===
 
<code>
 
<code>
'''type''' TVLColorRanges = '''class'''( [[Class LPComponent.TLPCollection|TLPCollection]] )
+
'''type''' TVLColorRanges = '''class'''( [[Class LPComponent.TLPTypedOwnerComponentCollection|TLPTypedOwnerComponentCollection, TVLTransparentColor, TVLColorRange]] )
 
</code>
 
</code>
 
=== C++ Builder: ===
 
=== C++ Builder: ===
 
<code>
 
<code>
'''class''' TVLColorRanges : '''public''' [[Class LPComponent.TLPCollection|TLPCollection]]
+
'''class''' TVLColorRanges : '''public''' [[Class LPComponent.TLPTypedOwnerComponentCollection|TLPTypedOwnerComponentCollection]]
 
</code>
 
</code>
 
=== Visual C++ (MFC): ===
 
=== Visual C++ (MFC): ===
 
<code>
 
<code>
'''class''' CTVLColorRanges : '''public''' [[Class LPComponent.TLPCollection|CTLPCollection]]
+
'''class''' CTVLColorRanges : '''public''' [[Class LPComponent.TLPTypedOwnerComponentCollection|CTLPTypedOwnerComponentCollection]]
 
</code>
 
</code>
 
=== C# (.NET): ===
 
=== C# (.NET): ===
 
<code>
 
<code>
'''public ref class''' TVLColorRanges : [[Class LPComponent.TLPCollection|Vcl.VclCollectionProperty]]
+
'''public ref class''' ColorRanges : [[Class LPComponent.TLPTypedOwnerComponentCollection|Vcl.VclCollectionProperty]]
 
</code>
 
</code>
 
== Description ==
 
== Description ==
 
Defines collection of color ranges ( [[Class VLTransparentColor.TVLColorRange|TVLColorRange]] ) to be
 
Defines collection of color ranges ( [[Class VLTransparentColor.TVLColorRange|TVLColorRange]] ) to be
 
used for transparency in the [[Class VLTransparentColor.TVLTransparentColor|TVLTransparentColor]] component.
 
used for transparency in the [[Class VLTransparentColor.TVLTransparentColor|TVLTransparentColor]] component.
 +
 +
== From [[Class LPComponent.TLPTypedOwnerComponentCollection|TLPTypedOwnerComponentCollection]] ==
  
 
== Properties ==
 
== Properties ==
  
 
=== Public ===
 
=== Public ===
*[[Property VLTransparentColor.TVLColorRanges.Items|Items]] - Access to individual color range item from the collection.
+
*[[Property LPComponent.TLPTypedOwnerComponentCollection.OwnerComponent|OwnerComponent]]
 
+
== Methods ==
+
 
+
=== Public ===
+
*[[Method function VLTransparentColor.TVLColorRanges.GetOwner() : TPersistent|function GetOwner() : TPersistent]]
+
*[[Method function VLTransparentColor.TVLColorRanges.Add() : TVLColorRange|function Add() : TVLColorRange]] - Adds a new color range to the collection.
+
  
 
[[Category:Classes]]
 
[[Category:Classes]]

Latest revision as of 00:30, 26 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: VLTransparentColor

Inherits: TLPTypedOwnerComponentCollection

Contents

Syntax

Delphi:

type TVLColorRanges = class( TLPTypedOwnerComponentCollection, TVLTransparentColor, TVLColorRange )

C++ Builder:

class TVLColorRanges : public TLPTypedOwnerComponentCollection

Visual C++ (MFC):

class CTVLColorRanges : public CTLPTypedOwnerComponentCollection

C# (.NET):

public ref class ColorRanges : Vcl.VclCollectionProperty

Description

Defines collection of color ranges ( TVLColorRange ) to be used for transparency in the TVLTransparentColor component.

From TLPTypedOwnerComponentCollection

Properties

Public

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox