API:FireDAC.Stan.Option.TFDResourceOptions.Assign

From RAD Studio API Documentation
Jump to: navigation, search

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 TFDResourceOptions

Description

Assigns all options of one option object to another.

FireDAC.Stan.Option.TFDResourceOptions.Assign inherits from FireDAC.Stan.Option.TFDCustomOptions.Assign. All content below this line refers to FireDAC.Stan.Option.TFDCustomOptions.Assign.

Assigns all options of one option object to another.

Use the Assign method to assign all the changed option values of the ASource option object to this object. The corresponding options will not inherit values from the higher level option object.

See Also