IPWorks IPC 2020 C++ Builder Edition

Questions / Feedback?

Connect Method

Connects to a named pipe.

Syntax

void __fastcall Connect();

Remarks

This method connects to a named pipe specified by PipeName. Calling this method is equivalent to setting the Connected property to True.

Example (Connecting)


PipeClient.PipeName = "MyPipe";
PipeClient.Connect();

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