AGK for Pascal
ContentsIndexHome
PreviousUpNext
IAgkIncomingNetworkMessage Interface

A message that is received over a TAgkNetwork.

IAgkIncomingNetworkMessage
Syntax
Pascal
IAgkIncomingNetworkMessage = interface;

Use TAgkNetwork.GetMessage to get 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.