FireDAC.Comp.BatchMove.TFDBatchMoveWriteValueEvent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TFDBatchMoveWriteValueEvent = procedure (ASender: TObject;
AItem: TFDBatchMoveMappingItem; var AValue: Variant) of object;

C++

typedef void __fastcall (__closure *TFDBatchMoveWriteValueEvent)(System::TObject* ASender, TFDBatchMoveMappingItem* AItem, System::Variant &AValue);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
type
typedef
public
FireDAC.Comp.BatchMove.pas
FireDAC.Comp.BatchMove.hpp
FireDAC.Comp.BatchMove FireDAC.Comp.BatchMove


Beschreibung

Ist der Typ der Ereignisbehandlungsroutine für OnWriteValue.

TFDBatchMoveWriteValueEvent hat drei Argumente:

  • ASender: Aufrufer des Ereignisses, normalerweise eine TFDBatchMove-Instanz.
  • AItem: Bezeichnet ein Datenelement (z. B. Datenmengenfeld) der Klasse TFDBatchMoveMappingItem.
  • AValue: Enthält den Wert eines Datenelements.

Siehe auch