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

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.

See Also