FireDAC.Stan.Option.TFDTxOptions.Changed

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Changed: TFDTxValues read FChanged write FChanged;

C++

__property TFDTxValues Changed = {read=FChanged, write=FChanged, nodefault};

Properties

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

Description

Returns the set of changed transaction options.

Use the Changed property to read the set of changed transaction options, which are not yet applied to a DBMS. After the changed options are applied to a DBMS, Changed is cleared. Generally, the application does not need to use this property.

See Also