IPWorks EDI 2020 C++ Builder Edition

Questions / Feedback?

Connected Property

Triggers a connection or disconnection.

Syntax

__property bool Connected[int ConnectionId] = { read=FConnected, write=FSetConnected };

Default Value

False

Remarks

Triggers a connection or disconnection.

This property triggers a connection or disconnection.

Setting this property to True initiates a connection attempt to the host specified by the RemoteHost property. If successful, the value of this property changes to True and the Connected event is fired.

The ConnectionId parameter specifies the index of the item in the array. The size of the array is controlled by the ConnectionCount property.

This property is not available at design time.

Data Type

Boolean

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