Class TScrollLabel (unit scrollbl)
Inherits from
TCustomLabel
Constructors
constructor Create(AOwner: TComponent);
Functions
destructor Destroy;
procedure Paint;
procedure UpdateTimer(Sender: TObject);
function GetActive: boolean;
procedure SetActive(Value: boolean);
procedure SetInterval(Value: TInterval);
procedure SetScrollBy(Value: TScrollBy);
procedure SetScrollDirection(Value: TScrollDirection);
procedure SetText(Value: TCaption);
Properties
property Active : boolean
property Caption : TCaption
property Color :
property Font :
property Interval : TInterval
property ParentColor :
property ParentFont :
property ParentShowHint :
property PopupMenu :
property ScrollBy : TScrollBy
property ScrollDirection : TScrollDirection
property ShowHint :
property Visible :
Events
Variables
FCaption : TCaption;
FInterval : TInterval;
FScrollBy : TScrollBy;
FScrollDirection : TScrollDirection;
FTimer : TTimer;
Constructors
constructor Create(AOwner: TComponent);
Functions
destructor Destroy;
procedure Paint;
procedure UpdateTimer(Sender: TObject);
function GetActive: boolean;
procedure SetActive(Value: boolean);
procedure SetInterval(Value: TInterval);
procedure SetScrollBy(Value: TScrollBy);
procedure SetScrollDirection(Value: TScrollDirection);
procedure SetText(Value: TCaption);
Properties
property Active : boolean
property Caption : TCaption
property Color :
property Font :
property Interval : TInterval
property ParentColor :
property ParentFont :
property ParentShowHint :
property PopupMenu :
property ScrollBy : TScrollBy
property ScrollDirection : TScrollDirection
property ShowHint :
property Visible :
Events
Variables
FCaption : TCaption;
FInterval : TInterval;
FScrollBy : TScrollBy;
FScrollDirection : TScrollDirection;
FTimer : TTimer;