FMX.Memo.Style.TEditAction.ActionType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

ActionType: TActionType;

C++

Fmx::Memo::Types::TActionType ActionType;

Properties

Type Visibility Source Unit Parent
field public
FMX.Memo.Style.pas
FMX.Memo.Style.hpp
FMX.Memo.Style TEditAction

Description

Specifies the type of operation described by the current object.

ActionType specifies whether the current object describes an insert or a delete operation.

Name Description
Delete Specifies that the current object describes a delete operation.
Insert Specifies that the current object describes an insert operation.

See Also