FireDAC.Phys.IB.TFDIBSDump.Overwrite

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Overwrite: Boolean read FOverwrite write FOverwrite default False;

C++

__property bool Overwrite = {read=FOverwrite, write=FOverwrite, default=0};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Phys.IB.pas
FireDAC.Phys.IB.hpp
FireDAC.Phys.IB TFDIBSDump

Description

Controls the overwriting action of an existing dump file.

Use the Overwrite property to control if an existing dump file should be overwritten or not. The default value is False.

See Also