JVCL Help:TJvXMLInstruction

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

Search in JVCL Help

 
Search in all projects
 

Summary

Represents the requested query instruction.

run\JvXmlDatabase.pas


Pascal

 run\JvXmlDatabase.pas
 TJvXMLInstruction = (
xiSelect,
xiUpdate,
xiInsert,
xiDelete
);


Members

Members Description
xiSelect The query represents a SELECT statement.
xiUpdate The query represents an UPDATE statement.
xiInsert The query represents an INSERT statement.
xiDelete The query represents a DELETE statement.

run\JvXmlDatabase.pas


Description

Write here a description

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