JVCL Help:TJvClipboardCommand

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Enumerates clipboard commands.

run\JvTypes.pas


Pascal

 run\JvTypes.pas
 TJvClipboardCommand = (
caCopy,
caCut,
caPaste,
caClear,
caUndo
);
TJvClipboardCommands = setof TJvClipboardCommand;


Members

Members Description
caCopy Copy command; This command copies the current selection to the clipboard in CF_TEXT format.
caCut Cut command; This command deletes (cut) the current selection, if any, in the edit control and copies the deleted text to the clipboard in CF_TEXT format.
caPaste Data is inserted only if the clipboard contains data in CF_TEXT format.
caClear Description for caClear
caUndo This command reverses the effect of the last operation on an edit control. The previously deleted text is restored or the previously added text is deleted.

run\JvTypes.pas


Description

Use the TJvClipboardCommand type to specify a specific clipboard command. TJvClipboardCommands is a set of TJvClipboardCommand values.

run\JvTypes.pas


About

Navigation

no pages or subcategories

run\JvTypes.pas



Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page