IPWorks EDI 2020 C++ Builder Edition

Questions / Feedback?

Property Event

Fired when ListProperties is invoked.

Syntax

typedef struct {
  String propName;
  String propValue;
} TibeAS2ProfileMgrPropertyEventParams;

typedef void __fastcall (__closure *TibeAS2ProfileMgrPropertyEvent)(System::TObject* Sender, TibeAS2ProfileMgrPropertyEventParams *e);

__property TibeAS2ProfileMgrPropertyEvent OnProperty = { read=FOnProperty, write=FOnProperty };

Remarks

This event is fired when ListProperties is called. It fires for each property read by LoadProfile. The parameters propName and propValue provide property name and value respectively.

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