Class SLControlCollection.TSLCustomControlItem
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(7 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 SLControlCollection|SLControlCollection]] | '''Unit:''' [[Unit SLControlCollection|SLControlCollection]] | ||
− | '''Inherits:''' [[Class LPControl.TLPCustomControl|TLPCustomControl]] | + | '''Inherits:''' [[Class VCL.LPControl.TLPCustomControl|LPControl.TLPCustomControl]] |
== Syntax == | == Syntax == | ||
=== Delphi: === | === Delphi: === | ||
<code> | <code> | ||
− | '''type''' TSLCustomControlItem = '''class'''( [[Class LPControl.TLPCustomControl|TLPCustomControl, ISLComponentItem, IOWOwnedComponent]] ) | + | '''type''' TSLCustomControlItem = '''class'''( [[Class VCL.LPControl.TLPCustomControl|LPControl.TLPCustomControl, ISLComponentItem, IOWOwnedComponent]] ) |
</code> | </code> | ||
=== C++ Builder: === | === C++ Builder: === | ||
<code> | <code> | ||
− | '''class''' TSLCustomControlItem : '''public''' [[Class LPControl.TLPCustomControl|TLPCustomControl]] | + | '''class''' TSLCustomControlItem : '''public''' [[Class VCL.LPControl.TLPCustomControl|LPControl.TLPCustomControl]] |
</code> | </code> | ||
=== Visual C++ (MFC): === | === Visual C++ (MFC): === | ||
<code> | <code> | ||
− | '''class''' CTSLCustomControlItem : '''public''' [[Class LPControl.TLPCustomControl| | + | '''class''' CTSLCustomControlItem : '''public''' [[Class VCL.LPControl.TLPCustomControl|CLPControl.TLPCustomControl]] |
</code> | </code> | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' CustomControlItem : [[Class VCL.LPControl.TLPCustomControl|Mitov.SignalLab.CustomControl]] |
</code> | </code> | ||
== Summary == | == Summary == | ||
Line 49: | Line 49: | ||
*[[Method function SLControlCollection.TSLCustomControlItem.GetCanDisable() : Boolean|function GetCanDisable() : Boolean]] | *[[Method function SLControlCollection.TSLCustomControlItem.GetCanDisable() : Boolean|function GetCanDisable() : Boolean]] | ||
*[[Method procedure SLControlCollection.TSLCustomControlItem.SetParentComponent(TComponent)|procedure SetParentComponent(AValue : TComponent)]] | *[[Method procedure SLControlCollection.TSLCustomControlItem.SetParentComponent(TComponent)|procedure SetParentComponent(AValue : TComponent)]] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
[[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: 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.