FMX.Types.IFlasher.Pos

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Pos: TPointF read GetPos;

C++

__property System::Types::TPointF Pos = {read=GetPos};

Properties

Type Visibility Source Unit Parent
property public
FMX.Types.pas
FMX.Types.hpp
FMX.Types IFlasher

Description

Keeps the local floating-point coordinates of the IFlasher type object in the control.

The control is kept in the Control property of the TCustomCaret object that is kept in the Caret property of the flasher.

See Also