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

Description

Assigns all the options of an option object to another object.

Use the Assign method to assign all the changed option values of the ASource option object to another object. Subsequently, all the corresponding options will stop inheriting the values from higher-level option objects.

See Also