FMX.StdCtrls.TRadioButton.GetData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetData: TValue; override;

C++

virtual System::Rtti::TValue __fastcall GetData();

Properties

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

Description

Protected getter implementation for the Data property.

GetData overrides FMX.Types.TFmxObject.GetData and returns the value of IsChecked.

See Also