JavaScript Editor js editor     Web development 



Main Page

Specifies whether the field is Binary in the XML Schema.

XMLField.IsBinary [= lValue]

Return Value

lValue


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

lValue Description

False (.F.)

(Default) The field is not Binary but String in the XML Schema.

True (.T.)

The field is specified as Binary in the XML Schema.

Remarks

Applies To: XMLField Class

For the IsBase64 property to apply, IsBinary must be True (.T.).

See Also



JavaScript Editor js editor     Web development