FireDAC.Stan.Option.TFDBottomResourceOptions.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 TFDBottomResourceOptions

Description

Assigns all options of an 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