RPC HELP TRPCBroker ClearResults Example

From VistApedia
Jump to: navigation, search

ClearResults Example

The following program code sets the ClearResults property to True:

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