EDI Integrator 2016 C++ Builder Edition
EDI Integrator 2016 C++ Builder Edition
Questions / Feedback?

Property Event

Fired when ListProperties is invoked.

Syntax

typedef void __fastcall (__closure *TibeProfileMgrPropertyEvent)(System::TObject* Sender, TibeProfileMgrPropertyEventParams *e);


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

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

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) 2019 /n software inc. - All rights reserved.
EDI Integrator 2016 C++ Builder Edition - Version 16.0 [Build 7240]