DynamicQuery::ExecuteForDelete (open)

Executes the the query, calls a callback for every record to delete that record. Call StopExecution() to stop processing within the query.

Syntax

LOADLIB "wh::dbase/dynquery.whlib";

MACRO ExecuteForDelete(FUNCTION PTR ondelete)

Parameters

FUNCTION PTR ondelete