[Overview][Resource strings][Constants][Types][Classes][Variables][Index] |
Create a new instance of a server message
Source position: simpleipc.pp line 59
public constructor TIPCServerMsg.Create; |
AStream: TStream; |
AOwnsStream: Boolean = True |
); |
AStream |
|
Stream containing message data |
AOwnsStream |
|
Does the messag own the stream |
Create initializes the stream used to hold the message data.
|
Destroy an instance of a server message |