API:FireDAC.Stan.Option.TFDResourceOptions.RestoreDefaults

From RAD Studio API Documentation

Delphi

procedure RestoreDefaults; override;

C++

virtual void __fastcall RestoreDefaults();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FireDAC.Stan.Option.pas
FireDAC.Stan.Option.hpp
FireDAC.Stan.Option TFDResourceOptions

Description

Restores the option default values. FireDAC.Stan.Option.TFDResourceOptions.RestoreDefaults inherits from FireDAC.Stan.Option.TFDCustomOptions.RestoreDefaults. All content below this line refers to FireDAC.Stan.Option.TFDCustomOptions.RestoreDefaults.

Restores the option default values.

Use the RestoreDefaults method to restore the default values for all options and make them inheritable from higher level options.

See Also