Vcl.ExtCtrls.TCustomRadioGroup.RadioTabStop

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RadioTabStop: Boolean read FRadioTabStop write SetRadioTabStop default True;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomRadioGroup

Description

When setting the RadioTapStop to True or False, the TabStop of the selected radio button in the group is set to the same value.


See Also