SetQueryText 

Syntax:             BOOL SetQueryText(LPCTSTR sQryText);

Return Value:    TRUE if a query is open and operation successful, otherwise FALSE.

Parameters:

                        sQryText        Pointer to a string representing query text.

Remarks:

Call this method to set the query text or the content of the SQL pane of the ELS-QB control.

Example:

For Sample of SetQueryText () usage see the Example of GetSQLText()