Class SLControlCollection.TSLCustomControlItem
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: SLControlCollection
Inherits: LPControl.TLPCustomControl
Contents |
Syntax
Delphi:
type TSLCustomControlItem = class( LPControl.TLPCustomControl, ISLComponentItem, IOWOwnedComponent )
C++ Builder:
class TSLCustomControlItem : public LPControl.TLPCustomControl
Visual C++ (MFC):
class CTSLCustomControlItem : public CLPControl.TLPCustomControl
C# (.NET):
public ref class CustomControlItem : Mitov.SignalLab.CustomControl
Summary
Base abstract class for control collections.
Description
Defines abstract base class for control collections.
Properties
Public
- Index - Returns the Index of the component item in the collection.
- ComponentList - Specifies the optional component list owner.