Vcl.WinXPickers.TBasePickerControl.ShowOkCancel

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShowOkCancel: Boolean read FShowOkCancel write SetShowOkCancel default True;

C++

__property bool ShowOkCancel = {read=FShowOkCancel, write=SetShowOkCancel, default=1};

Properties

Type Visibility Source Unit Parent
property public
Vcl.WinXPickers.pas
Vcl.WinXPickers.hpp
Vcl.WinXPickers TBasePickerControl

Description

Specifies whether the Ok or Cancel buttons are visible on the popup panel.