DBXCommon.TDBXCommand.ExecuteQuery
From RAD Studio VCL Reference
Delphi Information
From DBXCommon.pas
function ExecuteQuery(): TDBXReader; virtual;
Unit: DBXCommon
Type: method
Visibility: public
Member Of: TDBXCommand
Description
Executes a command that returns an instance of TDBXReader.
This method executes a command that returns an instance of TDBXReader. Use a TDBXReader instance to read database records and data.
Note: As soon as an application is done with a TDBXReader instance, it should call TDBXReader.Free to free resources.