JavaScript Editor js editor     Web development 



Main Page

Specifies whether the field is a key field.

Keyfield applies only when executing the XMLTableВ ApplyDiffgram method. You can set this property when desired; Visual FoxPro does not set this property.

XMLField.Keyfield [= lValue]

Return Value

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

lValue Description

False (.F.)

The field is not a key field. (Default)

True (.T.)

The field is a key field.

Remarks

Applies To: XMLField Class

See Also



JavaScript Editor js editor     Web development