Vcl.StdActns.TEditAction

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ActnList.TActionVcl.ActnList.TCustomActionSystem.Actions.TContainedActionSystem.Classes.TBasicActionSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTEditAction

Delphi

TEditAction = class(TAction)

C++

class PASCALIMPLEMENTATION TEditAction : public Vcl::Actnlist::TAction

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.

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