FMX.Text.TTextService

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTTextService

Delphi

TTextService = class

C++

class PASCALIMPLEMENTATION TTextService : public System::TObject

Properties

Type Visibility Source Unit Parent
class public
FMX.Text.pas
FMX.Text.hpp
FMX.Text FMX.Text

Description

Handles a set of services available for text controls.

The TTextService virtual abstract class defines a set of services available for all text-based controls that override and implement the methods exposed by this class. These services include selected text manipulation, text control enter and/or exit events, line drawing, possibility to get or set the IME text mode and cursor manipulation functions.

See Also