Class TgStatusBar (unit Status)

Inherits from

TCustomPanel

Constructors


constructor Create( AOwner: TComponent );

TgStatusbar Methods


Functions

destructor Destroy;


function GetTop: Integer;


function GetWidth: Integer;


procedure SetAlignment( Value: TStatusBarAlignment );


procedure SetLeftCaption( Value: String );


procedure SetMidCaption( Value: String );


procedure SetMidWidth( Value: Integer );


procedure SetRightCaption( Value: String );


procedure SetRightWidth( Value: Integer );


Properties

property About : TAboutStatusbar


property Align : TStatusBarAlignment


property CaptionLeft : String


property CaptionMid : String


property CaptionRight : String


property Font :


property Top : Integer


property Width : Integer


property WidthMid : Integer


property WidthRight : Integer


Events

Variables

FAboutBox : TAboutStatusbar;


FAlign : TStatusBarAlignment;


FLeftCaption : String;


FLeftPanel : TPanel;


FMidCaption : String;


FMidPanel : TPanel;


FMidWidth : Integer;


FRightCaption : String;


FRightPanel : TPanel;


FRightWidth : Integer;



Constructors


constructor Create( AOwner: TComponent );

TgStatusbar Methods


Functions


destructor Destroy;


function GetTop: Integer;


function GetWidth: Integer;


procedure SetAlignment( Value: TStatusBarAlignment );


procedure SetLeftCaption( Value: String );


procedure SetMidCaption( Value: String );


procedure SetMidWidth( Value: Integer );


procedure SetRightCaption( Value: String );


procedure SetRightWidth( Value: Integer );


Properties


property About : TAboutStatusbar


property Align : TStatusBarAlignment


property CaptionLeft : String


property CaptionMid : String


property CaptionRight : String


property Font :


property Top : Integer


property Width : Integer


property WidthMid : Integer


property WidthRight : Integer


Events


Variables


FAboutBox : TAboutStatusbar;


FAlign : TStatusBarAlignment;


FLeftCaption : String;


FLeftPanel : TPanel;


FMidCaption : String;


FMidPanel : TPanel;


FMidWidth : Integer;


FRightCaption : String;


FRightPanel : TPanel;


FRightWidth : Integer;