ShowErrorDialog_Delegate Delegate | |
Namespace:
XSharp.RT
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax DELEGATE LONG ShowErrorDialog_Delegate(
oError AS Error
)
public delegate int ShowErrorDialog_Delegate(
Error oError
)
Parameters
- oError
- Type: Error
Return Value
Type:
LongSee Also