XMLField Class

In an XMLTable object, the Fields collection contains XMLField objects. Each XMLField object represents the structure of a field that is meaningful to Visual FoxPro.

The information in each XMLField object provides the details needed, such as the correct data type, size, and other information, to create each field in the cursor. When Visual FoxPro generates XML from a cursor, XMLField objects provide the information to create the XML document and schema.

XMLField

See Also

Reference

XMLField Object Properties, Methods, and Events
XMLTable Class
Fields Collection (XMLTable)

Other Resources

Objects, Collections, and Classes