FireDAC.Comp.BatchMove.TFDBatchMoveMappings.AddAll

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AddAll;

C++

void __fastcall AddAll();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FireDAC.Comp.BatchMove.pas
FireDAC.Comp.BatchMove.hpp
FireDAC.Comp.BatchMove TFDBatchMoveMappings

Description

Clears the Items property and fills it with the mappings from the batch move object.

AddAll creates a mapping for each field name of the batch move writer that also exists on the batch move reader.

See Also