Class TChatConnection (unit ChatConnection)

Inherits from

TAutoObject

IChatConnection

Constructors



Functions

procedure BroadcastMessage(const UserName, Message: WideString);

returns the main chat channel for all chat connections

destructor Destroy;

increment count for every new connection

function Get_ChatChannel: IChatChannel;

IChatConnection

when count does down to 0, we don't need the MainChatChannel instance anymore


procedure Initialize;

TChatConnection

Properties

Events

Variables


Constructors


Functions


procedure BroadcastMessage(const UserName, Message: WideString);

returns the main chat channel for all chat connections


destructor Destroy;

increment count for every new connection


function Get_ChatChannel: IChatChannel;

IChatConnection

when count does down to 0, we don't need the MainChatChannel instance anymore


procedure Initialize;

TChatConnection


Properties


Events


Variables