Class TDanHint (unit Danhint1) |
Inherits from
TComponent
constructor Create(AOwner:TComponent);
- Public declarations
destructor Destroy;
in TApplication's SetShowHint, the private
FHintWindow is allocated according to
HintWindowClass, so here do so actions to
call SetShowHint and keep ShowHint property
the same value
procedure Loaded;
procedure SetNewHintFont;
procedure CMFontChanged(var Message:TMessage);
to activate to allocate a new Hint Window
procedure SetHintColor(Value:TColor);
procedure SetHintDirection(Value:THintDirection);
to activate to allocate a new Hint Window
procedure SetHintFont(Value:TFont);
procedure SetHintPauseTime(Value:Integer);
to activate to allocate a new Hint Window
procedure SetHintShadowColor(Value:TColor);
property HintColor : TColor
property HintDirection : THintDirection
Published declarations
property HintFont : TFont
property HintPauseTime : Integer
property HintShadowColor : TColor
event OnSelectHintDirection : TOnSelectHintDirection
FHintColor : TColor;
FHintDirection : THintDirection;
Private declarations
FHintFont : TFont;
FHintPauseTime : Integer;
FHintShadowColor : TColor;
FOnSelectHintDirection : TOnSelectHintDirection;
constructor Create(AOwner:TComponent);
Public declarations
destructor Destroy;
in TApplication's SetShowHint, the private
FHintWindow is allocated according to
HintWindowClass, so here do so actions to
call SetShowHint and keep ShowHint property
the same value
procedure Loaded;
procedure SetNewHintFont;
procedure CMFontChanged(var Message:TMessage);
to activate to allocate a new Hint Window
procedure SetHintColor(Value:TColor);
procedure SetHintDirection(Value:THintDirection);
to activate to allocate a new Hint Window
procedure SetHintFont(Value:TFont);
procedure SetHintPauseTime(Value:Integer);
to activate to allocate a new Hint Window
procedure SetHintShadowColor(Value:TColor);
property HintColor : TColor
property HintDirection : THintDirection
Published declarations
property HintFont : TFont
property HintPauseTime : Integer
property HintShadowColor : TColor
event OnSelectHintDirection : TOnSelectHintDirection
FHintColor : TColor;
FHintDirection : THintDirection;
Private declarations
FHintFont : TFont;
FHintPauseTime : Integer;
FHintShadowColor : TColor;
FOnSelectHintDirection : TOnSelectHintDirection;