Skip to content

Tutorial Creating a Client

José Benedito edited this page May 25, 2014 · 2 revisions

Tutorial - Creating a Client

Create a form with components:

  • TButton Call
  • TMemo
  • TCeosClient

Components form

Set CeosClient1 properties:

CeosClient1 properties

Button Call OnClick:

  memo1.text := CeosClient1.Call('Hi',[],123);

With server application running, build and run!

Client running

Download

Source code for this tutorial: democlient.zip

Best regards

JB