Click or drag to resize

VFPOverride Class

X#
The VFPOverride class. At code generation it captures the Owner and the Late-bound method to be called. When the Call() is called, a late-bound called is done, using Send()
Inheritance Hierarchy
Object
  VFPOverride

Namespace:  XSharp.VFP.UI
Assembly:  XSharp.VFP.UI (in XSharp.VFP.UI.dll) Version: 2.21
Syntax
 CLASS VFPOverride
Request Example View Source

The VFPOverride type exposes the following members.

Constructors
  NameDescription
Public methodVFPOverride
Initializes a new instance of the VFPOverride class
Top
Properties
  NameDescription
Public propertyInCall
Public propertySendTo
Top
Methods
See Also