FMX.Memo.Types.TFragmentInserted.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.Types.pas
FMX.Memo.Types.hpp
FMX.Memo.Types TFragmentInserted

Description

Indicates if a change was made right after and in a similar way as the previous one.

The PairedWithPrev field is True if a change was made right after and in a similar way as the previous one. Like for example deleting and inserting text with the keyboard.

See Also