Vcl.ExtCtrls.TCustomRadioGroup.RadioTabStop

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

Delphi

property RadioTabStop: Boolean read FRadioTabStop write SetRadioTabStop default True;

C++

__property bool RadioTabStop = {read=FRadioTabStop, write=SetRadioTabStop, default=1};

プロパティ

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


説明

RadioTapStopTrue または False に設定すると、グループ内で洗濯されたラジオ ボタンの TabStop も、同じ値に設定されます。

関連項目