FireDAC.Stan.Option.TFDResourceOptions.AssignedValues

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AssignedValues: TFDResourceOptionValues read FAssignedValues

C++

__property TFDResourceOptionValues 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 TFDResourceOptions

Description

Specifies the group of changed options.

Use AssignedValues to get or set the group of modified options values. 

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

See Also