Object Property (Visual FoxPro)

Provides access to the Automation server properties and methods for an OLE object. Not available at design time. Depending on the Automation server, the properties for the OLE object may be read-only or read/write at run time.

OLEObject.Object[.Property] [= eValue]
-or-
OLEObject.Object[.Method]

Return Value

  • Property
    Specifies a property the Automation server supports for the OLE object.

  • eValue
    Specifies a value for a property the Automation server supports for the OLE object.

  • Method
    Specifies a method the Automation server supports for the OLE object

Remarks

Applies To: OLE Bound Control | OLE Container Control

For information about the properties and methods supported by the Automation server, see the documentation for the OLE–enabled application that created the object. For example, if the OLE object is a Microsoft Excel worksheet, see the Excel documentation for the properties and methods supported by Excel (an OLE–enabled application).

See Also

Reference

CREATEOBJECT( ) Function

GETOBJECT( ) Function

Other Resources

Properties (Visual FoxPro)