AGK for Pascal
ContentsIndexHome
PreviousUpNext
TAgkNetwork.CreateMessage Method

Creates a network message that can be sent to another network device.

Syntax
Pascal
class function CreateMessage: IAgkOutgoingNetworkMessage; static;

Messages created in this way can only be added to, not read from. Once passed to a network (using SendMessage) the message is destroyed and handled by the background network code.

Copyright (c) 2012. All rights reserved.