Vcl.StdActns.TFileSaveAs.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TFileSaveAs(System::Classes::TComponent* AOwner);

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.StdActns.pas
Vcl.StdActns.hpp
Vcl.StdActns TFileSaveAs

Description

Creates an instance of TFileSaveAs.

Most applications do not need to call the TFileSaveAs constructor because actions are added at design time to an action manager or action list.

The TFileSaveAs constructor creates an instance of its associated dialog and assigns that component as the value of the Dialog property.

AOwner specifies the Owner for the action. This is the component that is responsible for freeing the TFileSaveAs instance.

See Also