Class LPComponent.TLPObjectList
From Mitov Wiki Doc
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: LPComponent
Inherits: TLPVirtualObjectList
Contents |
Syntax
Delphi:
type TLPObjectList = class( TLPVirtualObjectList, T )
C++ Builder:
class TLPObjectList : public TLPVirtualObjectList
Visual C++ (MFC):
class CTLPObjectList : public CTLPVirtualObjectList
C# (.NET):
public ref class VclGenericObjectListProperty : Mitov.SignalLab.VirtualObjectList
Summary
List of objects.
Description
Defines list of objects for various components.
Methods
Public
- procedure Add(AItem : T) - Adds item to the list.
From TLPVirtualObjectList
Properties
Public
- Items - Allows access to individual item from the list.
- Count - Count items in the list.
- Current
- Current