FireDAC.Phys.IBBase.TFDIBConfig.SetSweepInterval

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 SetSweepInterval(const AValue: LongWord);

C++

void __fastcall SetSweepInterval(const System::LongWord AValue);

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