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

Attribute Event

Fired after an attribute is retrieved from the specified Item while calling GetAttributes .

Syntax

typedef void __fastcall (__closure *TibaSimpleDBAttributeEvent)(System::TObject* Sender, TibaSimpleDBAttributeEventParams *e);

__property TibaSimpleDBAttributeEvent OnAttribute = {read=FOnAttribute, write=FOnAttribute};

typedef struct {
     String Item;
     String AttrName;
     String AttrValue;
} TibaSimpleDBAttributeEventParams;

Remarks

Attribute is fired for each result following a call to GetAttributes or each attribute per item returned in Select.

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