TRVRowGenerationRule.Script_OnStart, Script_AfterRecord, Script_OnEnd

<< Click to display table of contents >>

TRVRowGenerationRule.Script_OnStart, Script_AfterRecord, Script_OnEnd

Scripts that are executed when this row generation rule is applied.

property Script_OnStart: TStrings;

property Script_BeforeRecord: TStrings;

property Script_AfterRecord: TStrings;

property Script_OnEnd: TStrings;

Script_OnStart is executed before the rule is applied, just after the DataQuery is executed.

Script_BeforeRecord is executed before processing each record of DataQuery results.

Script_AfterRecord is executed after processing each record of DataQuery results.

Script_OnEnd is executed at the end of the rule application.

Assignment to these properties copies TString object.

See also

scripts associated with the whole report