Class ULBasicControl.TULColorItems
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(9 intermediate revisions by one user not shown) | |||
Line 5: | Line 5: | ||
</span></b> | </span></b> | ||
− | '''Package:''' [[Package | + | '''Package:''' [[Package Mitov.BasicLab|Mitov.BasicLab]] |
'''Unit:''' [[Unit ULBasicControl|ULBasicControl]] | '''Unit:''' [[Unit ULBasicControl|ULBasicControl]] | ||
− | '''Inherits:''' [[Class | + | '''Inherits:''' [[Class LPGDIPlusProperties.TLPGPBasicColorItems|TLPGPBasicColorItems]] |
== Syntax == | == Syntax == | ||
=== Delphi: === | === Delphi: === | ||
<code> | <code> | ||
− | '''type''' TULColorItems = '''class'''( [[Class | + | '''type''' TULColorItems = '''class'''( [[Class LPGDIPlusProperties.TLPGPBasicColorItems|TLPGPBasicColorItems, TULColorItem]] ) |
</code> | </code> | ||
=== C++ Builder: === | === C++ Builder: === | ||
<code> | <code> | ||
− | '''class''' TULColorItems : '''public''' [[Class | + | '''class''' TULColorItems : '''public''' [[Class LPGDIPlusProperties.TLPGPBasicColorItems|TLPGPBasicColorItems]] |
</code> | </code> | ||
=== Visual C++ (MFC): === | === Visual C++ (MFC): === | ||
<code> | <code> | ||
− | '''class''' CTULColorItems : '''public''' [[Class | + | '''class''' CTULColorItems : '''public''' [[Class LPGDIPlusProperties.TLPGPBasicColorItems|CTLPGPBasicColorItems]] |
</code> | </code> | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' ColorItems : [[Class LPGDIPlusProperties.TLPGPBasicColorItems|Mitov.SignalLab.GPBasicColorItems]] |
</code> | </code> | ||
== Summary == | == Summary == | ||
Line 34: | Line 34: | ||
Defines collection of colors. | Defines collection of colors. | ||
− | == From [[Class | + | == From [[Class LPComponent.TLPTypedCollection|TLPTypedCollection]] == |
== Properties == | == Properties == | ||
=== Public === | === Public === | ||
− | *[[Property | + | *[[Property LPComponent.TLPTypedCollection.Items|Items]] - Allows access to individual item from the collection. |
+ | *[[Property LPComponent.TLPTypedCollection.Current|Current]] | ||
+ | *[[Property LPComponent.TLPTypedCollection.Current|Current]] | ||
== Methods == | == Methods == | ||
=== Public === | === Public === | ||
− | *[[Method function | + | *[[Method function LPComponent.TLPTypedCollection.GetCurrent() : T|function GetCurrent() : T]] |
+ | *[[Method function LPComponent.TLPTypedCollection.GetCurrent() : T|function GetCurrent() : T]] | ||
+ | *[[Method function LPComponent.TLPTypedCollection.MoveNext() : Boolean|function MoveNext() : Boolean]] | ||
+ | *[[Method function LPComponent.TLPTypedCollection.Add() : T|function Add() : T]] - Adds a new item to the collection. | ||
+ | *[[Method function LPComponent.TLPTypedCollection.GetEnumerator() : TEnumerator|function GetEnumerator() : TEnumerator]] | ||
+ | *[[Method function LPComponent.TLPTypedCollection.GetReverse() : IOWReverseEnumeratorHost|function GetReverse() : IOWReverseEnumeratorHost]] | ||
+ | *[[Method procedure LPComponent.TLPTypedCollection.ForEach(TProc)|procedure ForEach(ALambda : TProc)]] | ||
+ | *[[Method procedure LPComponent.TLPTypedCollection.ForEachBack(TProc)|procedure ForEachBack(ALambda : TProc)]] | ||
[[Category:Classes]] | [[Category:Classes]] |
Latest revision as of 00:29, 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: Mitov.BasicLab
Unit: ULBasicControl
Inherits: TLPGPBasicColorItems
Contents |
Syntax
Delphi:
type TULColorItems = class( TLPGPBasicColorItems, TULColorItem )
C++ Builder:
class TULColorItems : public TLPGPBasicColorItems
Visual C++ (MFC):
class CTULColorItems : public CTLPGPBasicColorItems
C# (.NET):
public ref class ColorItems : Mitov.SignalLab.GPBasicColorItems
Summary
Collection of colors.
Description
Defines collection of colors.