FireDAC.Phys.IBBase.TFDIBConfig.SetSweepInterval

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetSweepInterval(const AValue: LongWord);

C++

void __fastcall SetSweepInterval(const unsigned AValue);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FireDAC.Phys.IBBase.pas
FireDAC.Phys.IBBase.hpp
FireDAC.Phys.IBBase TFDIBConfig

Description

Sets the sweep interval.

Use the SetSweepInterval method to set the sweep interval to the specified number of seconds. Specify zero to disable sweeping.

SetSweepInterval corresponds to gfix -housekeeping.

See Also