Unit 'winipc' Package
[Overview][Constants][Types][Classes][Index] [#pl_luicontrols]

TWinIPCClient

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: winipc.pas line 19

type TWinIPCClient = class(TComponent)

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure Connect;

  

  procedure Disconnect;

  

  function ServerRunning;

  

  procedure SendMessage();

  

  procedure SendStringMessage();

  

  procedure SendStringMessageFmt();

  

  property Active: Boolean; [rw]

  

  property ServerID: string; [rw]

  

  property ServerInstance: string; [rw]

  

end;

Inheritance

TWinIPCClient

  

|

TObject



CT Web help

CodeTyphon Studio