Vcl.StdCtrls.TEdit.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 | TEdit |
Description
Vcl.StdCtrls.TEdit.CanUndoSelText inherits from Vcl.StdCtrls.TCustomEdit.CanUndoSelText. All content below this line refers to Vcl.StdCtrls.TCustomEdit.CanUndoSelText.
When set to True, it allows you to call or invoke an Undo operation in order to undo a change previously made by using SetSelText or SetSelTextBuf. By default it is set to false.