Vcl.StdCtrls.TCustomEdit.CanUndoSelText
Delphi
property CanUndoSelText: Boolean read FCanUndoSelText write FCanUndoSelText default False;
C++
__property bool CanUndoSelText = {read=FCanUndoSelText, write=FCanUndoSelText, default=0};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.StdCtrls.pas Vcl.StdCtrls.hpp |
Vcl.StdCtrls | TCustomEdit |
Description
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
.