Vcl.Dialogs.TCustomFileDialog.FileNameLabel

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FileNameLabel: string read FFileNameLabel write FFileNameLabel;

C++

__property System::UnicodeString FileNameLabel = {read=FFileNameLabel, write=FFileNameLabel};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TCustomFileDialog

Description

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