FMX.Forms.TCommonCustomForm.Captured

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Captured: IControl read FCaptured;

C++

__property Fmx::Types::_di_IControl Captured = {read=FCaptured};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TCommonCustomForm

Beschreibung

Gibt das Steuerelement an, das die Mausbotschaft abgefangen hat. Captured ist eine schreibgeschützte Eigenschaft.

Siehe auch