MsgCommunicator: Delphi Instant Messaging (IM) SDK
for easy creation of custom messenger system


TMsgClient.Create
TMsgClient
Top 

Creates an instance of a TMsgClient component.

constructor Create(AOwner: TComponent);

Description
Call Create to instantiate a client component at runtime. An application can create a client component in order to control the component's existence and set its properties and events, or an application can let Delphi to create client components as needed at runtime.

AOwner is the component that is responsible for freeing the instance of MsgClient. It becomes the value of the Owner property.



© AidAim Software MsgCommunicator: