[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Ancestor for client/server simple IPC classes.
Source position: simpleipc.pp line 118
type TSimpleIPC = class(TComponent) |
||
published |
||
property Active: Boolean; [rw] |
|
Communication channel active. |
property ServerID: string; [rw] |
|
Unique server identification. |
end; |
|
Ancestor for client/server simple IPC classes. |
|
| | ||
| | ||
| | ||
TObject,IFPObserved |
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. |