notifier.txt

来自「GREATIS Print Suite Pro for Delphi (3-7,」· 文本 代码 · 共 36 行

TXT
36
字号
*****************************************************************
 GREATIS DELPHI BONUS
*****************************************************************

 GREATIS DELPHI BONUS is a free, unsupported software.

*****************************************************************
 TNotifier
*****************************************************************

About TNotifier
~~~~~~~~~~~~~~~

TNotifier is a component fired special event when any component
is added or deleted on the form.

TNotifier Hierarchy
~~~~~~~~~~~~~~~~~~~

TComponent
	TNotifier

TNotifier Interface
~~~~~~~~~~~~~~~~~~~

Events

published

OnNotification(Sender: TObject; AComponent: TComponent;
	Operation: TOperation);
This event fires when a component is added to the form or 
deleted from the form. The event parameters are similar to
standard Notification method.

*****************************************************************

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?