<< Click to display table of contents >> TCustomRVReportGenerator.SynchronizedEvents |
A set of events that are always called in the context of the main process.
type
TRVReportGeneratorEventId =
(rvrgeOnDataQueryProgress, rvrgeOnError);
TRVReportGeneratorEventIds =
set of TRVReportGeneratorEventId;
property SynchronizedEvents: TRVReportGeneratorEventIds;
Events included in this property are called in the context of the main process, even if reports are generated in a background thread (so you can work with user interface controls safely).
Value |
Event |
---|---|
rvrgeOnDataQueryProgress |
|
rvrgeOnError |
Default value:
[rvrgeOnDataQueryProgress, rvrgeOnError]
See also:
•Execute method