TxmlOptionalBoolean Enumeration

Represents type TxmlOptionalBoolean.

Namespace: flcXMLDocument
type
 TxmlOptionalBoolean = (obUnspecified, obFalse, obTrue);

The TxmlOptionalBoolean type exposes the following members.

Show:
 NameDescription
obFalse

Represents constant obFalse.

obTrue

Represents constant obTrue.

obUnspecified

Represents constant obUnspecified.

Top