Class TCompanyText (unit Wordcap)

Inherits from

TPersistent

Constructors


constructor Create(AOwner: TMSOfficeCaption);

Public declarations

A random number for an internal message used by WordCap exclusively.



Functions

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.

Properties

property Caption : String

Published declarations

property ColorActive : TColor


property ColorInactive : TColor


property Font : TFont


property FontKind : TFontKind


property Visible : Boolean


Events

Variables

FCaption : String;

Private declarations

FColorActive : TColor;


FColorInactive : TColor;


FFont : TFont;


FFontKind : TFontKind;


FOwner : TMSOfficeCaption;


FVisible : Boolean;



Constructors


constructor Create(AOwner: TMSOfficeCaption);

Public declarations

A random number for an internal message used by WordCap exclusively.


Functions


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


Properties


property Caption : String

Published declarations


property ColorActive : TColor


property ColorInactive : TColor


property Font : TFont


property FontKind : TFontKind


property Visible : Boolean


Events


Variables


FCaption : String;

Private declarations


FColorActive : TColor;


FColorInactive : TColor;


FFont : TFont;


FFontKind : TFontKind;


FOwner : TMSOfficeCaption;


FVisible : Boolean;