FireDAC.Phys.IBBase.TFDIBConfig.ActivateShadow

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 ActivateShadow;

C++

void __fastcall ActivateShadow();

Description

Activates a shadow file.

Use the ActivateShadow method to activate a shadow file to be used as a database.

ActivateShadow corresponds to gfix -activate.

See Also