Flags Property (Visual FoxPro)

Specifies flag settings for the CursorAdapter as described by the nFlags parameter in XMLUPDATEGRAM( ) Function. Read/write at design time and run time.

Note

Flags applies only when the CursorAdapter DataSourceType Property is set to "XML". The CursorAdapter object passes flags specified by the Flags property when constructing an XML UpdateGram. The CursorAdapter object evaluates Flags only once per update operation.

CursorAdapter.Flags [= nFlags]

Return Value

  • nFlags
    Integer data type. The nFlags parameter specifies nFlag settings from the XMLUPDATEGRAM( ) function and has a default value of 0.

Remarks

Applies To: CursorAdapter Class

See Also

Reference

CursorAdapter Object Properties, Methods, and Events
UpdateGram Property

Other Resources

Properties (Visual FoxPro)