RPC HELP TRPCBroker ClearResults Example: Difference between revisions
From VistApedia
Jump to navigationJump to search
Created page with "<h2>ClearResults Example</h2> The following program code sets the ClearResults property to True: '''procedure''' TForm1.Button1Click(Sender: TObject); '''begin''' ..." |
(No difference)
|
Latest revision as of 16:54, 4 July 2015
ClearResults Example
The following program code sets the ClearResults property to True:
procedure TForm1.Button1Click(Sender: TObject);
begin
brkrRPCBroker1.ClearResults := True;
end;