E
Elephas
Unregistered / Unconfirmed
GUEST, unregistred user!
Delphi6帮助中关于TStatusBar有OnPanelClick这一属性,其说明如下:
TStatusBar.OnPanelClick
Respond to click on panel.
TPanelClick = procedure(Sender: TObject; Panel: TStatusPanel) of object;
property OnPanelClick: TPanelClick;
Description
OnPanelClick occurs when the use clicks the mouse on the control, except for clicks on the control border or the panel separators. Panel refers to the panel clicked.
OnPanelClick occurs even if SimpleText is True.
可实际编译中显示OnPanelClick未定义,这是为什么?我想跟踪是哪一个子状态栏产生鼠标单击事件,就此向各位大侠请教.
TStatusBar.OnPanelClick
Respond to click on panel.
TPanelClick = procedure(Sender: TObject; Panel: TStatusPanel) of object;
property OnPanelClick: TPanelClick;
Description
OnPanelClick occurs when the use clicks the mouse on the control, except for clicks on the control border or the panel separators. Panel refers to the panel clicked.
OnPanelClick occurs even if SimpleText is True.
可实际编译中显示OnPanelClick未定义,这是为什么?我想跟踪是哪一个子状态栏产生鼠标单击事件,就此向各位大侠请教.