FireDAC.Comp.Script.TFDScriptOptions.Reset

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: published
Source:
FireDAC.Comp.Script.pas
FireDAC.Comp.Script.hpp
Unit: FireDAC.Comp.Script
Parent: TFDScriptOptions

Delphi

procedure Reset;

C++

void __fastcall Reset();

Description

Resets the property values of this object to their default state.

Call the Reset method to reset all properties of this object to their default values.

See Also