ERP Integrator V2 - Online Help
ERP Integrator V2
Questions / Feedback?

ControlRecord Event

Fires when the control record data is read.

Syntax

typedef void __fastcall (__closure *TibiIDocReaderControlRecordEvent)(System::TObject* Sender, TibiIDocReaderControlRecordEventParams *e);

__property TibiIDocReaderControlRecordEvent OnControlRecord = {read=FOnControlRecord, write=FOnControlRecord};

typedef struct {
     String ControlRecordData;
} TibiIDocReaderControlRecordEventParams;

Remarks

This event is where you can retrieve the Control Record data as it is being read by the component.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 2.0.6240.0