FireDAC.Comp.BatchMove.TFDBatchMoveMappings.Move

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
FireDAC.Comp.BatchMove.pas
FireDAC.Comp.BatchMove.hpp
Unit: FireDAC.Comp.BatchMove
Parent: TFDBatchMoveMappings

Delphi

procedure Move(AKeysOnly: Boolean);

C++

void __fastcall Move(bool AKeysOnly);

Description

Applies the batch move of every mapping in the mapping object.

See Also