Show: Delphi
C++
Display Preferences
FMX.Types.TControl.SetCaretPos
From XE2 API Documentation
Delphi
procedure SetCaretPos(const APoint: TPointF);
C++
void __fastcall SetCaretPos(const System::Types::TPointF &APoint);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | TControl |
Description
Sets the position point of the caret to a specified point.
APoint specifies the new position point of the caret.
To make the caret visible, call ShowCaretProc, and to hide it, call HideCaret.