API:FireDAC.Stan.Option.TFDFormatOptions.RestoreDefaults

From RAD Studio API Documentation
Jump to: navigation, search

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 TFDFormatOptions

Description

Restores the option default values.

FireDAC.Stan.Option.TFDFormatOptions.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