<< Click to display table of contents >> RVA_EditorControlFunctionDef Function |
The function allows for actions inherited from TrvCustomEditAction working with additional editor types.
Unit RichViewActions;
function RVA_EditorControlFunctionDef(Control: TControl;
Command: TRVAEditorControlCommand): Boolean;
This function is a default value of RVA_EditorControlFunction variable.
It allows working with:
•TCustomEdit (TEdit, TMemo, TRichEdit and others);
•TComboBox (having csDropDown or csSimple style).