JVCL Help:TJvClipboardCommand
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvClipboardCommand type
Search in JVCL Help
Search in all projectsSummary
Enumerates clipboard commands.
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. |
Description
Use the TJvClipboardCommand type to specify a specific clipboard command. TJvClipboardCommands is a set of TJvClipboardCommand values.
About
no pages or subcategories
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