FireDAC.Phys.IB.TFDIBSDump.Overwrite

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
FireDAC.Phys.IB.pas
FireDAC.Phys.IB.hpp
Unit: FireDAC.Phys.IB
Parent: TFDIBSDump

Delphi

property Overwrite: Boolean read FOverwrite write FOverwrite default False;

C++

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

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