FMX.StdCtrls.TRadioButton.SetData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetData(const Value: TValue); override;

C++

virtual void __fastcall SetData(const System::Rtti::TValue &Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TRadioButton

Description

Protected setter implementation for the Data property.

SetData overrides FMX.Types.TFmxObject.SetData and sets the value of IsChecked.

Value is the new Boolean value of IsChecked, or an event handler to be assigned to OnChange.

See Also