FMX.Types.TCustomCaret
Delphi
TCustomCaret = class (TPersistent)
C++
class PASCALIMPLEMENTATION TCustomCaret : public System::Classes::TPersistent
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | FMX.Types |
Description
The base class for FireMonkey carets.
TCustomCaret introduces support for the properties, events, and methods of carets. TCustomCaret does not declare any published properties. The direct descendant TCaret class declares three published properties: Color, Width, and Interval.
The core of the caret functionality is provided by the blinking Flasher control.