DBTable.BeforeRightClick

Called when any area of the DBTable document has been right clicked.

This property is read only.

Syntax Parameters Return Value
Event DBTable.BeforeRightClick( _
    Flags As Integer, _
    CaseNo As Integer, _
    VarNo As Integer, _
    ByRef Cancel As Boolean)
  • Flags [in]

    Type: Integer

  • CaseNo [in]

    Type: Integer

  • VarNo [in]

    Type: Integer

  • Cancel [in, out]

    Type: Boolean

-