FMX.StdCtrls.TRadioButton.GetData
Delphi
function GetData: TValue; override;
C++
virtual System::Rtti::TValue __fastcall GetData(void);
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.