Vcl.StdCtrls.TCustomEdit.CanUndoSelText

From RAD Studio API Documentation
Jump to: navigation, search

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

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.

See Also