Class ULBasicControl.TULBasicColorControl
From Mitov Wiki Doc
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: TULBasicControl
Contents |
Syntax
Delphi:
type TULBasicColorControl = class( TULBasicControl )
C++ Builder:
class TULBasicColorControl : public TULBasicControl
Visual C++ (MFC):
class CTULBasicColorControl : public CTULBasicControl
C# (.NET):
public ref class TULBasicColorControl : Mitov.SignalLab.BasicControl
Summary
Base class for LabPacks controls with color.
Description
Defines base class for LabPacks controls with color.
Properties
Published
- Color - Specifies the desired background color of the control.
- Visible - Specifies if the control is visible.
From TULBasicControl
Properties
Published
- AntiAlias - Specifies if anti aliasing will be used when rendering the component.
Methods
Public
- procedure SetBounds(ALeft : Integer; ATop : Integer; AWidth : Integer; AHeight : Integer)
- procedure CopyToBitmap(ABitmap : TBitmap) - Copies the content of the control to a Bitmap.
Events
From TLPTransparentControl
Properties
Published
- Transparent - Specifies if the component will be transparent.
Methods
Public
- procedure SetParent(AParent : TWinControl)
- procedure SetBounds(ALeft : Integer; ATop : Integer; AWidth : Integer; AHeight : Integer)
- procedure SetTransparentBackground(ABitmap : TBitmap) - Sets the background bitmap for the component.
- procedure InvalidateBackground()
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