Abstract.Notify 方法 | |
Receives notifications from DatabaseEngines
命名空间:
XSharp.XPP
程序集:
XSharp.XPP (在 XSharp.XPP.dll 中) 版本:2.22 GA
语法 METHOD Notify(
nEvent,
nNotification
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public __Usual Notify(
__Usual nEvent = default,
__Usual nNotification = default
)
查看代码参数
- 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.
参见