FMX.Types.TCustomCaret.Pos

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Pos: TPointF read FPos write SetPos;

C++

__property System::Types::TPointF Pos = {read=FPos, write=SetPos};

Properties

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

Description

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

See Also