Class VLTransparentColor.TVLColorRanges
From Mitov Wiki Doc
(Difference between revisions)
(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. | + | '''Inherits:''' [[Class LPComponent.TLPTypedOwnerComponentCollection|TLPTypedOwnerComponentCollection]] |
== Syntax == | == Syntax == | ||
=== Delphi: === | === Delphi: === | ||
<code> | <code> | ||
− | '''type''' TVLColorRanges = '''class'''( [[Class LPComponent. | + | '''type''' TVLColorRanges = '''class'''( [[Class LPComponent.TLPTypedOwnerComponentCollection|TLPTypedOwnerComponentCollection, TVLTransparentColor, TVLColorRange]] ) |
</code> | </code> | ||
=== C++ Builder: === | === C++ Builder: === | ||
<code> | <code> | ||
− | '''class''' TVLColorRanges : '''public''' [[Class LPComponent. | + | '''class''' TVLColorRanges : '''public''' [[Class LPComponent.TLPTypedOwnerComponentCollection|TLPTypedOwnerComponentCollection]] |
</code> | </code> | ||
=== Visual C++ (MFC): === | === Visual C++ (MFC): === | ||
<code> | <code> | ||
− | '''class''' CTVLColorRanges : '''public''' [[Class LPComponent. | + | '''class''' CTVLColorRanges : '''public''' [[Class LPComponent.TLPTypedOwnerComponentCollection|CTLPTypedOwnerComponentCollection]] |
</code> | </code> | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''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 | + | *[[Property LPComponent.TLPTypedOwnerComponentCollection.OwnerComponent|OwnerComponent]] |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
[[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.