Class VLTransparentColor.TVLColorRanges
From Mitov Wiki Doc
				
				
				(Difference between revisions)
				
																
				
				
								
				 (Automated Syncronization with Documentation)  | 
		 (Automated Syncronization with Documentation)  | 
		||
| Line 36: | Line 36: | ||
=== Public ===  | === Public ===  | ||
*[[Property VLTransparentColor.TVLColorRanges.Items|Items]] - Access to individual color range item from the collection.    | *[[Property VLTransparentColor.TVLColorRanges.Items|Items]] - Access to individual color range item from the collection.    | ||
| + | |||
| + | == 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]]  | ||
Revision as of 17:19, 18 October 2012
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: TLPCollection
Contents | 
Syntax
Delphi:
type TVLColorRanges = class( TLPCollection )
C++ Builder:
class TVLColorRanges : public TLPCollection
Visual C++ (MFC):
class CTVLColorRanges : public CTLPCollection
C# (.NET):
public ref class TVLColorRanges : Vcl.VclCollectionProperty
Description
Defines collection of color ranges ( TVLColorRange ) to be used for transparency in the TVLTransparentColor component.
Properties
Public
- Items - Access to individual color range item from the collection.
 
Methods
Public
- function GetOwner() : TPersistent
 - function Add() : TVLColorRange - Adds a new color range to the collection.