FMX.Memo.Types.TActionType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TActionType = (Delete, Insert);

C++

enum class DECLSPEC_DENUM TActionType : unsigned char { Delete, Insert };

Properties

Type Visibility Source Unit Parent
enum public
FMX.Memo.Types.pas
FMX.Memo.Types.hpp
FMX.Memo.Types FMX.Memo.Types

Description

Represents an enumeration of action types.

Types.TActionType enumerates a number of possible types of actions (operations) that a Style.TEditAction object can describe.

The following table lists the possible values of Types.TActionType:

Name Description
Delete Indicates a delete action (operation).
Insert Indicates an insert action (operation).


See Also