IPWorks IPC 2020 Delphi Edition

Questions / Feedback?

Connected Event

Fired immediately after a connection completes.

Syntax

type TConnectedEvent = procedure (
  Sender: TObject
) of Object;

property OnConnected: TConnectedEvent read FOnConnected write FOnConnected;

Remarks

When the connection is successfully established this event will fire.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks IPC 2020 Delphi Edition - Version 20.0 [Build 8155]