FireDAC.Phys.IBBase.TFDIBConfig.SetWriteMode

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
FireDAC.Phys.IBBase.pas
FireDAC.Phys.IBBase.hpp
Unit: FireDAC.Phys.IBBase
Parent: TFDIBConfig

Delphi

procedure SetWriteMode(const AValue: TIBWriteMode);

C++

void __fastcall SetWriteMode(const Firedac::Phys::Ibwrapper::TIBWriteMode AValue);

Description

Sets the database write mode.

Use the SetWriteMode method to set the write mode for the database:

  • wmAsync - asynchronous write mode
  • wmSync - synchronous write mode
  • wmDirect - direct I/O

SetWriteMode corresponds to gfix -write.

See Also