Amazon Integrator V6 - Online Help
Amazon Integrator V6
Questions / Feedback?

EvalEntity Event

Fired every time an entity needs to be evaluated.

Syntax

typedef void __fastcall (__closure *TibaAmazonRequestEvalEntityEvent)(System::TObject* Sender, TibaAmazonRequestEvalEntityEventParams *e);

__property TibaAmazonRequestEvalEntityEvent OnEvalEntity = {read=FOnEvalEntity, write=FOnEvalEntity};

typedef struct {
     String Entity;
     String Value;
} TibaAmazonRequestEvalEntityEventParams;

Remarks

The Value parameter contains a suggested value for the entity (normally the entity name itself). You may set Value to a value of your choice, which will be later passed into the text stream.

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