[Overview][Resource strings][Constants][Types][Classes][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Ancestor for client/server simple IPC classes
Source position: simpleipc.pp line 66
type TSimpleIPC = class(TComponent) end; |
||
published |
||
property Active: Boolean; [rw] |
|
Communication channel active |
property ServerID: string; [rw] |
|
Unique server identification |
|
Ancestor for client/server simple IPC classes |
|
| | ||
| | ||
| | ||
TSimpleIPC is the common ancestor for the TSimpleIPCServer and TSimpleIPCClient classes. It implements some common properties between client and server.
|
Simple IPC server component |
|
|
Simple IPC client component |