Vcl.Dialogs.TFileOpenDialog.FileName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FileName: TFileName read GetFileName write SetFileName default 0;

C++

__property FileName = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TFileOpenDialog

Description

Text in the dialog's file name edit box.

Vcl.Dialogs.TFileOpenDialog.FileName inherits from Vcl.Dialogs.TCustomFileDialog.FileName. All content below this line refers to Vcl.Dialogs.TCustomFileDialog.FileName.

Text in the dialog's file name edit box.

FileName contains the text currently entered in the dialog's file name edit box.

See Also