FMX.Text.ITextActions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

ITextActions = interface

C++

__interface  INTERFACE_UUID("{9DB49126-36DB-4193-AE96-C0BD27090DCD}") ITextActions  : public System::IInterface

Properties

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

Description

ITextActions is the interface for objects that operate with text.

ITextActions should be implemented by all objects that operate with text. ITextActions exposes standard actions for manipulating text, such as delete, copy, and paste selection.

See Also