Class LPControlDrawLayers.TLPControlDrawLayer
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 34: | Line 34: | ||
Defines abstract base class for control draw collection | Defines abstract base class for control draw collection | ||
items. | items. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== From [[Class SLControlCollection.TSLCustomControlItem|TSLCustomControlItem]] == | == From [[Class SLControlCollection.TSLCustomControlItem|TSLCustomControlItem]] == | ||
Line 63: | Line 46: | ||
=== Public === | === Public === | ||
+ | *[[Method function SLControlCollection.TSLCustomControlItem.GetParentComponent() : TComponent|function GetParentComponent() : TComponent]] | ||
+ | *[[Method function SLControlCollection.TSLCustomControlItem.HasParent() : Boolean|function HasParent() : Boolean]] | ||
*[[Method procedure SLControlCollection.TSLCustomControlItem.SetParent(TWinControl)|procedure SetParent(AParent : TWinControl)]] | *[[Method procedure SLControlCollection.TSLCustomControlItem.SetParent(TWinControl)|procedure SetParent(AParent : TWinControl)]] | ||
*[[Method function SLControlCollection.TSLCustomControlItem.GetHasEnable() : Boolean|function GetHasEnable() : Boolean]] | *[[Method function SLControlCollection.TSLCustomControlItem.GetHasEnable() : Boolean|function GetHasEnable() : Boolean]] | ||
Line 79: | Line 64: | ||
=== Public === | === Public === | ||
*[[Method procedure LPControl.TLPCustomControl.InvalidateIntRect(TRect)|procedure InvalidateIntRect(ARect : TRect)]] | *[[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 == | == Events == |
Revision as of 17:17, 18 October 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: LPControlDrawLayers
Inherits: TSLCustomControlItem
Contents |
Syntax
Delphi:
type TLPControlDrawLayer = class( TSLCustomControlItem, ILPDrawItem )
C++ Builder:
class TLPControlDrawLayer : public TSLCustomControlItem
Visual C++ (MFC):
class CTLPControlDrawLayer : public CTSLCustomControlItem
C# (.NET):
public ref class TLPControlDrawLayer : Mitov.SignalLab.CustomControlItem
Summary
Base abstract class for control draw collection items.
Description
Defines abstract base class for control draw collection items.
From TSLCustomControlItem
Properties
Public
- Index - Returns the Index of the component item in the collection.
- ComponentList - Specifies the optional component list owner.
Methods
Public
- function GetParentComponent() : TComponent
- function HasParent() : Boolean
- procedure SetParent(AParent : TWinControl)
- function GetHasEnable() : Boolean
- function GetCanDisable() : Boolean
- procedure SetParentComponent(AValue : TComponent)
From TLPCustomControl
Properties
Published
Methods
Public
- procedure InvalidateIntRect(ARect : TRect)
- function GetMouseCursorPos() : TMousePoint
- function GetIntegerMouseCursorPos() : TPoint