FMX.EditBox.TCustomEditBox.GetActionLinkClass

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetActionLinkClass: TActionLinkClass; override;

C++

virtual Fmx::Actnlist::TActionLinkClass __fastcall GetActionLinkClass();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
FMX.EditBox.pas
FMX.EditBox.hpp
FMX.EditBox TCustomEditBox

Beschreibung

Gibt die entsprechende Klasse der Aktionsverknüpfung zurück, die dem Schieberegler zugeordnet ist.

GetActionLinkClass gibt ein TValueRangeActionLink-Objekt zurück.

Siehe auch