Unit RxHints

*****************************************************} { } { Delphi VCL Extensions (RX) } { } { Copyright (c) 1997 Master-Bank } { } {

Classes

TRxHintWindow -

Functions

GetHintControl -
RegisterHintWindow - Utility routines
SetHintStyle -
SetStandardHints -

Types

THintPos
THintShadowSize
THintStyle

Constants

Variables


Functions


function GetHintControl: TControl;


procedure RegisterHintWindow(AClass: THintWindowClass);

Utility routines

procedure SetHintStyle(Style: THintStyle; ShadowSize: THintShadowSize; Tail: Boolean; Alignment: TAlignment);


procedure SetStandardHints;


Types


THintPos = (hpTopRight, hpTopLeft, hpBottomRight, hpBottomLeft);

THintShadowSize = 0..15

THintStyle = (hsRectangle, hsRoundRect, hsEllipse);

Constants


Variables