JVCL Help:TJvXMLDatabase.Query

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

Search in JVCL Help

 
Search in all projects
 

Summary

Specifies the SQL like string to use to retrieve data from the XML file.


Pascal

 functionQuery(constAQuery: string): TJvXMLQuery;


Parameters

Parameters Description
const AQuery: string The SQL string to send to the XML file or files.


Return Value

A TJvXMLQuery instance that describes any returned values. Use the return value to iterate over all found nodes.


Description

Call Query to send a SQL statement to the XML file or files and optionally retrieve any results


See Also

TJvXMLQuery


About

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