Vcl.StdCtrls.TEdit.CanUndoSelText

From RAD Studio API Documentation
Jump to: navigation, search

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

Indicates whether this control allows an Undo operation on the selected text.

Vcl.StdCtrls.TEdit.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.

See Also