IsLoaded Property

Indicates whether the XMLAdapter object is associated with an XML document. Read-only.

XMLAdapter.IsLoaded [= lValue]

Return Value

  • lValue
    Logical data type. The following table lists the values for lValue.

    lValue

    Description

    False (.F.)

    XMLAdapter is not associated with an XML document. (Default)

    True (.T.)

    XMLAdapter is associated with an XML document.

Remarks

Applies To: XMLAdapter Class

See Also

Reference

XMLAdapter Object Properties, Methods, and Events

Other Resources

Properties (Visual FoxPro)