RPC HELP TRPCBroker ClearResults Example

From VistApedia
Jump to navigationJump to search

ClearResults Example

The following program code sets the ClearResults property to True:

   procedure TForm1.Button1Click(Sender: TObject);
   begin
     brkrRPCBroker1.ClearResults := True;
   end;