FireDAC.Stan.Option.TFDFetchOptions.AssignedValues

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AssignedValues: TFDFetchOptionValues read FAssignedValues  write FAssignedValues default [];

C++

__property TFDFetchOptionValues AssignedValues = {read=FAssignedValues, write=FAssignedValues, default=0};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Stan.Option.pas
FireDAC.Stan.Option.hpp
FireDAC.Stan.Option TFDFetchOptions

Description

Specifies the set of changed options.

Use AssignedValues to get/set the set of modified option values. 

If an option is changed at this level, then a corresponding flag is included in AssignedValues. If a flag is not included, then an option value is inherited from a higher level. Excluding the flag from AssignedValues makes the option inherit its value from a higher level. 

See Also