Vcl.Dialogs.TCustomFileDialog.OkButtonLabel

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property OkButtonLabel: string read FOkButtonLabel write FOkButtonLabel;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TCustomFileDialog


説明

開く または 保存 ボタンのテキスト。

OkButtonLabel には、開く または 保存 ボタンのテキストが保有されています。

関連項目