Class ULBasicControl.TLPBasicMatrixElement
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]] | ||
Line 26: | Line 26: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' BasicMatrixElement : [[Class SLControlCollection.TLPComponentElement|Mitov.SignalLab.ComponentElement]] |
</code> | </code> | ||
== Summary == | == Summary == |
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: TLPComponentElement
Contents |
Syntax
Delphi:
type TLPBasicMatrixElement = class( TLPComponentElement, IULBasicControl, ILPMatrixComponentElement )
C++ Builder:
class TLPBasicMatrixElement : public TLPComponentElement
Visual C++ (MFC):
class CTLPBasicMatrixElement : public CTLPComponentElement
C# (.NET):
public ref class BasicMatrixElement : Mitov.SignalLab.ComponentElement
Summary
Basic class for component matrix elements.
Description
Defines a basic class for component matrix elements.
Properties
Published
- Position - Specifies the desired position of the matrix element.
From TLPComponentElement
Properties
Published
- Visible - Specifies if the components element will be visible.
Methods
Public
- function GetHasEnable() : Boolean
- function GetCanDisable() : Boolean
- function GetName() : String
- procedure InvalidateSize()
From TSLComponentItem
Properties
Public
- Index - Returns the Index of the component item in the collection.
- ComponentList - Specifies the optional component list owner.