[Overview][Resource strings][Constants][Types][Classes][Procedures and functions] Reference for unit 'fpGUI' (#fpgui)

TRadioButton

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: radiobutton.inc line 39

type TRadioButton = class(TCustomRadioButton)

published

  property CanExpandWidth;

  

  property CanExpandHeight;

  

  property Enabled;

  

  property Checked;

  

  property Text;

  

  property OnClick;

  

end;

Inheritance

TRadioButton

  

|

TCustomRadioButton

  

|

TWidget

  

The TWidget class is the base class of all user interface objects.

|

TComponent

?

TObject