Vcl.StdActns.TFileOpen.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

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

Description

Creates an instance of TFileOpen.

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

The TFileOpen 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 TFileOpen instance.

See Also