Midware TMWTable.OnRequestDone
Jump to navigation
Jump to search
Main page -> Midware component reference -> TMWTable -> OnRequestDone
Definition
<syntaxhighlight lang="delphi">
type
TRequestDone = procedure (Sender : TObject; Error: Integer) of object;
</syntaxhighlight>
<syntaxhighlight lang="delphi"> property OnRequestDone : TRequestDone; </syntaxhighlight>
Description
Occurs when design time request has been satisfied and a result set is available.
When design time request has been executed, then event OnRequestDone is triggered. You may use it for example to update user interface.