Class TCompanyText (unit Wordcap) |
Inherits from
TPersistent
constructor Create(AOwner: TMSOfficeCaption);
- Public declarations
A random number for an internal message used by WordCap exclusively.
destructor Destroy;
procedure SetCaption(Value: String);
TCompanyText.
procedure SetColorActive(Value: TColor);
Protected declarations
procedure SetColorInactive(Value: TColor);
TCompanyText.
procedure SetFont(Value: TFont);
TCompanyText.
procedure SetFontKind(Value: TFontKind);
StoreFont
procedure SetFontKind_NoRedraw(Value: TFontKind);
procedure SetVisible(Value: Boolean);
TCompanyText.
function StoreFont : Boolean;
TCompanyText.
property Caption : String
Published declarations
property ColorActive : TColor
property ColorInactive : TColor
property Font : TFont
property FontKind : TFontKind
property Visible : Boolean
FCaption : String;
Private declarations
FColorActive : TColor;
FColorInactive : TColor;
FFont : TFont;
FFontKind : TFontKind;
FOwner : TMSOfficeCaption;
FVisible : Boolean;
constructor Create(AOwner: TMSOfficeCaption);
Public declarations
A random number for an internal message used by WordCap exclusively.
destructor Destroy;
procedure SetCaption(Value: String);
TCompanyText.SetColorInactive
procedure SetColorActive(Value: TColor);
Protected declarations
procedure SetColorInactive(Value: TColor);
TCompanyText.SetColorActive
procedure SetFont(Value: TFont);
TCompanyText.SetCaption
procedure SetFontKind(Value: TFontKind);
StoreFont
procedure SetFontKind_NoRedraw(Value: TFontKind);
procedure SetVisible(Value: Boolean);
TCompanyText.SetFontKind_noRedraw
function StoreFont : Boolean;
TCompanyText.SetFont
property Caption : String
Published declarations
property ColorActive : TColor
property ColorInactive : TColor
property Font : TFont
property FontKind : TFontKind
property Visible : Boolean
FCaption : String;
Private declarations
FColorActive : TColor;
FColorInactive : TColor;
FFont : TFont;
FFontKind : TFontKind;
FOwner : TMSOfficeCaption;
FVisible : Boolean;