FMX.Types.ICaret.ShowCaret

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ShowCaret;

C++

virtual void __fastcall ShowCaret() = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Types.pas
FMX.Types.hpp
FMX.Types ICaret

Description

Declares the procedure showing the current caret.

For example, the ShowCaret procedure is implemented in the TCustomEdit and TMemo classes.

See Also