Unit 'PopupNotifier' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TPopupNotifier

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

Declaration

Source position: popupnotifier.pas line 73

type TPopupNotifier = class(TComponent)

public

  vNotifierForm: TNotifierForm;

  

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure Hide;

  

  procedure Show;

  

  procedure ShowAtPos();

  

published

  property Color: TColor; [rw]

  

  property Icon: TPicture; [rw]

  

  property Text: string; [rw]

  

  property TextFont: TFont; [rw]

  

  property Title: string; [rw]

  

  property TitleFont: TFont; [rw]

  

  property Visible: Boolean; [rw]

  

  property OnClose: TCloseEvent; [rw]

  

end;

Inheritance

TPopupNotifier

  

|

TObject



CT Web help

CodeTyphon Studio