Class ILBasicInstrument.TILBasicRotatableControl
From Mitov Wiki Doc
				
				
				(Difference between revisions)
				
																
				
				
								
				 (Automated Syncronization with Documentation)  | 
		 (Automated Syncronization with Documentation)  | 
		||
| Line 5: | Line 5: | ||
</span></b>  | </span></b>  | ||
| − | '''Package:''' [[Package   | + | '''Package:''' [[Package InstrumentLabDigitalPkg|InstrumentLabDigitalPkg]]  | 
'''Unit:''' [[Unit ILBasicInstrument|ILBasicInstrument]]  | '''Unit:''' [[Unit ILBasicInstrument|ILBasicInstrument]]  | ||
| Line 26: | Line 26: | ||
=== C# (.NET): ===  | === C# (.NET): ===  | ||
<code>  | <code>  | ||
| − | '''public ref class'''   | + | '''public ref class''' BasicRotatableControl : [[Class ULBasicControl.TULBasicColorControl|Mitov.InstrumentLab.BasicColorControl]]  | 
</code>  | </code>  | ||
== Summary ==  | == Summary ==  | ||
| Line 102: | Line 102: | ||
*[[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)]]  | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
[[Category:Classes]]  | [[Category:Classes]]  | ||
Latest revision as of 00:31, 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: InstrumentLabDigitalPkg
Unit: ILBasicInstrument
Inherits: TULBasicColorControl
Contents | 
Syntax
Delphi:
type TILBasicRotatableControl = class( TULBasicColorControl )
C++ Builder:
class TILBasicRotatableControl : public TULBasicColorControl
Visual C++ (MFC):
class CTILBasicRotatableControl : public CTULBasicColorControl
C# (.NET):
public ref class BasicRotatableControl : Mitov.InstrumentLab.BasicColorControl
Summary
Abstract base class for controls that can be rotated.
Description
Defines abstract base class for controls that can be rotated.
Properties
Published
- Rotation - Specifies the rotation settings.
 
From TULBasicColorControl
Properties
Published
From TULBasicControl
Properties
Published
Methods
Public
- procedure SetBounds(ALeft : Integer; ATop : Integer; AWidth : Integer; AHeight : Integer)
 - procedure CopyToBitmap(ABitmap : TBitmap)
 
Events
From TLPTransparentControl
Properties
Published
Methods
Public
- procedure SetParent(AParent : TWinControl)
 - procedure SetBounds(ALeft : Integer; ATop : Integer; AWidth : Integer; AHeight : Integer)
 - procedure SetTransparentBackground(ABitmap : TBitmap)
 - procedure InvalidateBackground()