Vcl.StdActns.TBrowseForFolder.OkButtonLabel
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.