JVCL Help:TJvXMLSetOperator

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Describes allowable operators in SET queries.

run\JvXmlDatabase.pas


Pascal

 run\JvXmlDatabase.pas
 TJvXMLSetOperator = (
soNone,
soAdd,
soMultiply,
soDivide,
soSubstract
);


Members

Members Description
soNone Unknown operator.
soAdd operator.
soMultiply operator.
soDivide operator.
soSubstract operator.

run\JvXmlDatabase.pas


Description

Type used to describe the operators that are allowable in a SET statement.

run\JvXmlDatabase.pas


About

Navigation

no pages or subcategories

run\JvXmlDatabase.pas



Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page