Class TTopMost (unit MTopMost)

Inherits from

TComponent

Renamed from TopMost.pas 6/11/1998 Paul Rice to avoid conflict with Alexander Meeder's work. by Michel BRAIZAZ - KK Wett Productions - 1997 e-mail : braizaz@mygale.org web : http://www.mygale.org/07/braizaz/delphi/delphi.htm {**** THE "TTOPMOST" COMPONENT IS FREEWARE ***} Version 1.0 Placed on a form, this component keep it in front of all other windows, even when losing focus. The only property is "OnTop" which may be True for keeping the form on the front.

Constructors


constructor Create(AOwner: TComponent);



Functions

destructor Destroy;


Procedure SetOnTop(Value:Boolean);


Properties

Events

event OnTop : Boolean


Variables

FOnTop : Boolean;



Constructors


constructor Create(AOwner: TComponent);


Functions


destructor Destroy;


Procedure SetOnTop(Value:Boolean);


Properties


Events


event OnTop : Boolean


Variables


FOnTop : Boolean;