Class ULBasicControl.TULCaption
From Mitov Wiki Doc
				
				
				(Difference between revisions)
				
																
				
				
								
				 (Automated Syncronization with Documentation)  | 
		 (Automated Syncronization with Documentation)  | 
		||
| Line 48: | Line 48: | ||
=== Published ===  | === Published ===  | ||
*[[Property ULBasicControl.TULControlText.Font|Font]] - Specifies the desired Font to be used for the text.    | *[[Property ULBasicControl.TULControlText.Font|Font]] - Specifies the desired Font to be used for the text.    | ||
| + | |||
| + | == From [[Class LPTransparentControl.TLPControlProperty|TLPControlProperty]] ==  | ||
| + | |||
| + | == Methods ==  | ||
| + | |||
| + | === Public ===  | ||
| + | *[[Method function LPTransparentControl.TLPControlProperty.GetOwner() : TPersistent|function GetOwner() : TPersistent]]  | ||
== From [[Class LPComponent.TLPPersistent|TLPPersistent]] ==  | == From [[Class LPComponent.TLPPersistent|TLPPersistent]] ==  | ||
| Line 54: | Line 61: | ||
=== Public ===  | === Public ===  | ||
| + | *[[Method function LPComponent.TLPPersistent.GetOwner() : TPersistent|function GetOwner() : TPersistent]]  | ||
*[[Method procedure LPComponent.TLPPersistent.OwnerNameChanged(String;String)|procedure OwnerNameChanged(AOldName : String; ANewName : String)]]  | *[[Method procedure LPComponent.TLPPersistent.OwnerNameChanged(String;String)|procedure OwnerNameChanged(AOldName : String; ANewName : String)]]  | ||
[[Category:Classes]]  | [[Category:Classes]]  | ||
Revision as of 17:18, 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: ULBasicControl
Inherits: TULControlText
Contents | 
Syntax
Delphi:
type TULCaption = class( TULControlText )
C++ Builder:
class TULCaption : public TULControlText
Visual C++ (MFC):
class CTULCaption : public CTULControlText
C# (.NET):
public ref class TULCaption : Mitov.SignalLab.ControlText
Summary
Control caption properties class.
Description
Defines control caption properties class.
Properties
Published
- Position - Specifies the desired position of the caption.
 - Angle - Specifies the angle of rotation of the text.
 - Text - Specifies the desired text of the caption.
 - AdditionalCaptions - Specifies the desired additional captions.
 
From TULControlText
Properties
Published
- Font - Specifies the desired Font to be used for the text.