RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFileOpen.Create Constructor

Creates an instance of TFileOpen.

Pascal
constructor Create(AOwner: TComponent); override;
C++
virtual __fastcall TFileOpen(TComponent * AOwner);

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!