FMX.ExtCtrls.TPopupBox.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.ExtCtrls.pas
FMX.ExtCtrls.hpp
FMX.ExtCtrls TPopupBox

Description

Returns the value of the Text property for the current control, as a Variant.

See Also