StdActns.TEditPaste
Contents |
Delphi Information
From StdActns.pas
TEditPaste = class(TEditAction)
Unit: StdActns
Type: class
Inherited Class Members: StdActns.TEditPaste Members
C++ Information
From StdActns.hpp
TEditPaste = class(TEditAction)
Unit: StdActns
Type: class
Inherited Class Members: StdActns.TEditPaste Members
Class Constructors & Destructors: StdActns.TEditPaste Constructors
Description
TEditPaste pastes text from the clipboard into the active edit or memo control.
Add TEditPaste to an action list to enable users to paste text from the clipboard using menu items or toolbar buttons. Controls such as menu items and tool buttons linked to this action cause the application to paste text from the clipboard into an active text control.
TEditPaste is designed to work with an edit control (TCustomEdit or TCustomMemo descendant) as a target. It automatically disables itself if the clipboard does not contain text.