FireDAC.Stan.Option.TFDTxOptions.ClearChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ClearChanged;

C++

void __fastcall ClearChanged();

Properties

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

Description

Clears Changed flags.

Use the ClearChanged method to clear changed options flags. Generally, the application does not need to use this method.

See Also