FMX.Memo.Style.TEditAction.DeletedFragment

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

DeletedFragment: string;

C++

System::UnicodeString DeletedFragment;

Properties

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

Description

Represents the text that has been deleted by the operation described by the current object.

DeletedFragment stores the value of the text that has been deleted by a delete operation.

RollBackAction uses DeletedFragment so that it can back down a delete operation, therefore inserting the text that has been previously deleted.

Note: If the Style.TEditAction object describes an insert operation, DeletedFragment is empty.

See Also