Vcl.StdCtrls.TMemo.CanUndoSelText
Delphi
property CanUndoSelText;
C++
__property CanUndoSelText = {default=0};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | Vcl.StdCtrls.pas Vcl.StdCtrls.hpp |
Vcl.StdCtrls | TMemo |
Description
Indicates whether this control allows an Undo operation on the selected text.
Vcl.StdCtrls.TMemo.CanUndoSelText inherits from Vcl.StdCtrls.TCustomEdit.CanUndoSelText. All content below this line refers to Vcl.StdCtrls.TCustomEdit.CanUndoSelText.
Indicates whether this control allows an Undo operation on the selected text.
When set to True, it allows you to call or invoke an Undo operation to undo a change previously made by using SetSelText or SetSelTextBuf. By default, it is set to False.