Unit 'cef3types' Package
[Overview][Constants][Types][Procedures and functions][Index] [#pl_cef]

TCefContextMenuEditStateFlags

Declaration

Source position: cef3types.pas line 1632

type TCefContextMenuEditStateFlags = set of (

  CM_EDITFLAG_CAN_UNDO,

  

  CM_EDITFLAG_CAN_REDO,

  

  CM_EDITFLAG_CAN_CUT,

  

  CM_EDITFLAG_CAN_COPY,

  

  CM_EDITFLAG_CAN_PASTE,

  

  CM_EDITFLAG_CAN_DELETE,

  

  CM_EDITFLAG_CAN_SELECT_ALL,

  

  CM_EDITFLAG_CAN_TRANSLATE

  

);



CT Web help

CodeTyphon Studio