RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TEditAction Class

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

Pascal
TEditAction = class(TAction);
C++
class TEditAction : public TAction;

StdActns

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!