| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Represents the clipboard function being triggered by some keyboard key combination.
Source position: fpg_base.pas line 68
type TClipboardKeyType = (  | 
||
ckNone,  | 
  | 
No clipboard action detected  | 
ckCopy,  | 
  | 
Copy to clipboard action detected  | 
ckPaste,  | 
  | 
Paste to clipboard action detected  | 
ckCut  | 
  | 
Cut to clipboard action detected  | 
);  |