SaveQuery 

Syntax:             BOOL SaveQuery();

Return Value:    TRUE if the query was stored successfully. If for some reason ELS-QB component was unable to save currently open query, then return value is FALSE.

Remarks:

Call this method to save the currently open query into the corresponding storage file of the ELS-QB component’s Connection pane connection container.

Example:

For Sample of SaveQuery () usage see the Example of  NewQuery()