AGK for Pascal
ContentsIndexHome
PreviousUpNext
IAgkOutgoingNetworkMessage Interface

A message that can be sent over a TAgkNetwork.

IAgkOutgoingNetworkMessage
Syntax
Pascal
IAgkOutgoingNetworkMessage = interface;

Use TAgkNetwork.CreateMessage to create one. In contrast to other AGK types, this type is an object interface. This simplifies memory management so that you don't have to take care of deleting messages at the appropriate times (which also reduces potential memory leak bugs).

Copyright (c) 2012. All rights reserved.