点击或拖拽改变大小

Abstract.Notify 方法

X#
Receives notifications from DatabaseEngines

命名空间:  XSharp.XPP
程序集:  XSharp.XPP (在 XSharp.XPP.dll 中) 版本:2.22 GA
语法
 METHOD Notify(
	nEvent,
	nNotification
) AS USUAL CLIPPER
查看代码

参数

nEvent (Optional)
类型:__Usual
This parameter receives a numeric value that corresponds with a constant listed in APPEVENT.CH.
nNotification (Optional)
类型:__Usual
The second parameter identifies the situation for which an object is notified. The file DMLB.CH lists define constants that can be used to test in a program which situation occurred.

返回值

类型:__Usual
备注
There is no need in X# to include the header files. The defines are included as part of the X# runtime.
参见