FireDAC.Stan.Option.TFDFormatOptions.Assign
Delphi
procedure Assign(ASource: TPersistent); override;
C++
virtual void __fastcall Assign(System::Classes::TPersistent* ASource);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | FireDAC.Stan.Option.pas FireDAC.Stan.Option.hpp |
FireDAC.Stan.Option | TFDFormatOptions |
Description
Assigns all options of one option object to another.
Use the Assign method to assign all changed option values of the ASource
option object to this object. After this, the corresponding options will stop inheriting the values from a higher level option object.