API:FMX.Controls.TCaret.FlasherName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function FlasherName: string; override;

C++

__classmethod virtual System::UnicodeString __fastcall FlasherName();

Properties

Type Visibility Source Unit Parent
function public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TCaret

Description

Declaration of the abstract function, whose implementations should return the flasher names stored in TCustomCaret objects.

FMX.Controls.TCaret.FlasherName inherits from FMX.Types.TCustomCaret.FlasherName. All content below this line refers to FMX.Types.TCustomCaret.FlasherName.

Declaration of the abstract function, whose implementations should return the flasher names stored in TCustomCaret objects.

See Also