IsLoaded Property

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

XMLAdapter.IsLoaded [= lValue]

Property Values

  • 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.

See Also

Properties | XMLAdapter Object Properties, Methods, and Events

Applies To: XMLAdapter Class