FMX.Types.TCustomCaret.FlasherName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function FlasherName: string; virtual; abstract;

C++

virtual __classmethod System::UnicodeString __fastcall FlasherName() = 0 ;

Properties

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

Description

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

See Also