FireDAC.Stan.Option.TFDCustomOptions.RestoreDefaults

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RestoreDefaults; virtual;

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 TFDCustomOptions

Description

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