Vcl.Dialogs.TCustomFileDialog.OkButtonLabel

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OkButtonLabel: string read FOkButtonLabel write FOkButtonLabel;

C++

__property System::UnicodeString OkButtonLabel = {read=FOkButtonLabel, write=FOkButtonLabel};

Properties

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

Description

Text of the Open or Save button.

OkButtonLabel contains the text of the Open or Save button.

See Also