Vcl.StdActns.TBrowseForFolder.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 published
Vcl.StdActns.pas
Vcl.StdActns.hpp
Vcl.StdActns TBrowseForFolder

Description

The Browse For Folder dialog OK button caption.

This property only has effect if UseFileDialog is True.

Platform Support

  • Windows Vista or later.

See Also