FMX.Forms.TCommonCustomForm.Hovered
Delphi
property Hovered: IControl read FHovered;
C++
__property Fmx::Types::_di_IControl Hovered = {read=FHovered};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.Forms.pas FMX.Forms.hpp |
FMX.Forms | TCommonCustomForm |
Description
Identifies the control over which the mouse pointer is hovering.
Used internally for mouse hovering-over purposes.