RVA_EditorControlFunction Global Variable |
Top Previous Next |
|
This variable refers to the function allowing for the actions inherited from TrvCustomEditAction to work with additional editor types. Unit RichViewActions; type TRVAEditorControlCommand = (rvaeccIsEditorControl, rvaeccHasSelection, rvaeccCanPaste, rvaeccCanPasteText, rvaeccCanUndo, rvaeccCopy, rvaeccCut, rvaeccPaste, rvaeccPasteText, rvaeccUndo); TRVAEditorControlCommandFunction = function (Control: TControl; Command: TRVAEditorControlCommand): Boolean; var RVA_EditorControlFunction: TRVAEditorControlCommandFunction; By default, this variable is initialized with RVA_EditorControlFunctionDef function.
|