API:Vcl.StdActns.TEditUndo

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.StdActns.TEditActionVcl.ActnList.TActionVcl.ActnList.TCustomActionSystem.Actions.TContainedActionSystem.Classes.TBasicActionSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTEditUndo

Delphi

TEditUndo = class(TEditAction)

C++

class PASCALIMPLEMENTATION TEditUndo : public TEditAction

Properties

Type Visibility Source Unit Parent
class public
Vcl.StdActns.pas
Vcl.StdActns.hpp
Vcl.StdActns Vcl.StdActns

Description

TEditAction is the base class for action objects that perform standard edits on an edit control.

Vcl.StdActns.TEditUndo inherits from Vcl.StdActns.TEditAction. All content below this line refers to Vcl.StdActns.TEditAction.

TEditAction is the base class for action objects that perform standard edits on an edit control.

TEditAction is the common base class for actions that work with edit controls. Each descendant class performs a specific type of edit on the target edit control. Do not use TEditAction directly in an application. Instead, use a TEditAction descendant that performs a specific function (for example, Cut, Copy, Paste, Delete, Select All, or Undo). The various TEditAction descendants are listed in the See also list.

See Also