FMX.Memo.Style.TEditAction.PairedWithPrev

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

PairedWithPrev: Boolean;

C++

bool PairedWithPrev;

Properties

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

Description

Specifies whether the current object is paired with the previous one from the action stack.

RollBackAction uses PairedWithPrev to determine whether the operation described by the previous Style.TEditAction object from the action stack needs to be backed down along with the operation described by the current object.

See Also