Class TXHint (unit xhint)

Inherits from

TComponent

Constructors


constructor Create(aOwner : TComponent);

TXHint


Functions

procedure DoShowHint(var HintStr: string; var CanShow: Boolean; var HintInfo: THintInfo);


function MeasureText(Control:TWinControl;text:string;font:integer):integer;


procedure SetActivate(value:boolean);


procedure SetOnShowHint(value:TOnShowHint);


Properties

property About : TAboutProperty


property Activate : Boolean


Events

event OnShowHint : TOnShowHint


Variables

oldhinthidepause : integer;


FAbout : TAboutProperty;


FActivate : Boolean;


FOnShowHint : TOnShowHint;



Constructors


constructor Create(aOwner : TComponent);

TXHint


Functions


procedure DoShowHint(var HintStr: string; var CanShow: Boolean; var HintInfo: THintInfo);


function MeasureText(Control:TWinControl;text:string;font:integer):integer;


procedure SetActivate(value:boolean);


procedure SetOnShowHint(value:TOnShowHint);


Properties


property About : TAboutProperty


property Activate : Boolean


Events


event OnShowHint : TOnShowHint


Variables


oldhinthidepause : integer;


FAbout : TAboutProperty;


FActivate : Boolean;


FOnShowHint : TOnShowHint;