FMX.Edit.TCustomEdit.Undo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Undo;

C++

void __fastcall Undo();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Edit.pas
FMX.Edit.hpp
FMX.Edit TCustomEdit

Description

UnDo backs out, if possible, the latest change made to the text in the edit control. If no change has been made, UnDo does nothing.

See Also