Unit 'JvHint' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pl_jvcl]

TJvHint

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: JvHint.pas line 49

type TJvHint = class(TComponent)

protected

  R: TRect;

  

  Area: TRect;

  

  State: TJvHintState;

  

  Txt: THintString;

  

  HintWindow: TJvHintWindow;

  

  TimerHint: TTimer;

  

  FDelay: Integer;

  

  procedure TimerHintTimer();

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure ActivateHint();

  

  procedure ActivateHintAt();

  

  procedure CancelHint;

  

published

  property AutoHide: Boolean; [rw]

  

end;

Inheritance

TJvHint

  

|

TObject



CT Web help

CodeTyphon Studio