Class SLControlCollection.TSLCustomControlItem

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
(Automated Syncronization with Documentation)
 
Line 5: Line 5:
 
</span></b>
 
</span></b>
  
'''Package:''' [[Package SignalLabBasicPkg|SignalLabBasicPkg]]
+
'''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|CTLPCustomControl]]
+
'''class''' CTSLCustomControlItem : '''public''' [[Class VCL.LPControl.TLPCustomControl|CLPControl.TLPCustomControl]]
 
</code>
 
</code>
 
=== C# (.NET): ===
 
=== C# (.NET): ===
 
<code>
 
<code>
'''public ref class''' TSLCustomControlItem : [[Class LPControl.TLPCustomControl|Mitov.SignalLab.CustomControl]]
+
'''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)]]
 
== From [[Class LPControl.TLPCustomControl|TLPCustomControl]] ==
 
 
== Properties ==
 
 
=== Published ===
 
*[[Property LPControl.TLPCustomControl.Visible|Visible]]
 
 
== Methods ==
 
 
=== Public ===
 
*[[Method procedure LPControl.TLPCustomControl.InvalidateIntRect(TRect)|procedure InvalidateIntRect(ARect : TRect)]]
 
*[[Method function LPControl.TLPCustomControl.GetMouseCursorPos() : TMousePoint|function GetMouseCursorPos() : TMousePoint]]
 
*[[Method function LPControl.TLPCustomControl.GetIntegerMouseCursorPos() : TPoint|function GetIntegerMouseCursorPos() : TPoint]]
 
 
== Events ==
 
*[[Event LPControl.TLPCustomControl.OnMouseEnter|OnMouseEnter]]
 
*[[Event LPControl.TLPCustomControl.OnMouseLeave|OnMouseLeave]]
 
  
 
[[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

Methods

Public

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox