Z
ZBJ2001_KF
Unregistered / Unconfirmed
GUEST, unregistred user!
我自定义一个控件,是在TPANEL上加TEDIT控件即TPANELEDIT控件.现想加入ONCHANGE事件,即TEDIT的ONCHANGE事件.
TZBJPANELEDIT = class(TCustomPanel)
private
FEDIT:TEDIT;
FOnChange:TNotifyEvent;
published
property OnChange: TNotifyEvent read FOnChange write FOnChange;
END;
TZBJPANELEDIT = class(TCustomPanel)
private
FEDIT:TEDIT;
FOnChange:TNotifyEvent;
published
property OnChange: TNotifyEvent read FOnChange write FOnChange;
END;