FMX.Types.IFlasher.SetCaret

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetCaret(const Value: TCustomCaret);

C++

virtual void __fastcall SetCaret(TCustomCaret* const Value) = 0 ;

Properties

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

Description

Declaration of the setter method for the Caret property.

See Also