Vcl.ExtCtrls.TCustomRadioGroup.RadioTabStop

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property RadioTabStop: Boolean read FRadioTabStop write SetRadioTabStop default True;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomRadioGroup


Beschreibung

Wenn Sie RadioTapStop auf True oder False festlegen, wird TabStop des ausgewählten Optionsfelds in der Gruppe auf denselben Wert festgelegt.


Siehe auch