FMX.Types.ICaret
Delphi
ICaret = interface
C++
__interface INTERFACE_UUID("{F4EFFFB8-E83C-421D-B123-C370FB7BCCC7}") ICaret : public System::IInterface
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
interface class |
public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | FMX.Types |
Description
The ICaret interface declares the methods for retrieving a TCustomCaret object and showing or hiding the caret.
The ICaret interface should be implemented in each class using a caret for editing texts. For example, ICaret is implemented in the TCustomEdit and TMemo classes.