FireDAC.Stan.Option.TFDFormatOptions.AssignedValues

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AssignedValues: TFDFormatOptionValues read FAssignedValues

C++

__property TFDFormatOptionValues 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 TFDFormatOptions

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