Vcl.Dialogs.TFileOpenDialog.FileNameLabel

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FileNameLabel: string read FFileNameLabel write FFileNameLabel default 0;

C++

__property FileNameLabel = {default=0};

Properties

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

Description

Text of the label next to file name edit box.

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

Text of the label next to file name edit box.

FileNameLabel holds the text of the label next to the file name edit box in the dialog.

See Also