Class ULBasicControl.TLPBasicMatrixElement
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
Revision as of 07:05, 1 November 2012
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: SignalLabBasicPkg
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 TLPBasicMatrixElement : 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.