CanExecute 

Syntax:             BOOL CanExecute ();

Return Value:    TRUE if ELS-QB component has an opened query and no pending SQL command execution process exists, otherwise FALSE.

Remarks:

Call this method to determine if ELS-QB component is able to execute an opened query.

Example:

For Sample of CanExecute () usage see the Example of Execute()  method.