Share via


xMenuFunction.object Method

Gets or sets the object that is run by the MenuFunction class.

Syntax

public str object([str value])

Run On

Called

Parameters

  • value
    Type: str

Return Value

Type: str
The object that is run by the MenuFunction class.

Remarks

The property value may be one of the following objects:

  • Form.

  • Report.

  • Job.

  • Class.

  • Query.

See Also

Reference

xMenuFunction Class