How to get Inserted file action

ScaleRichView support and discussion (TRichView add-on for WYSIWYG editing)
Post Reply
toolwiz
Posts: 150
Joined: Wed Nov 30, 2005 3:27 am

How to get Inserted file action

Post by toolwiz »

The rvActionInsert1 action has three handlers:

OnExecute
OnUpdate
Onsomethingelse

They're all standard TEvents.

When you override them, the OnExecute lets you totally replace the default Insert File action; and OnUpdate seems to intercept the MenuItem's Update. It's called before OnExecute.

How do you intercept this action so you can tell something happened without replacing it? Or, how do you invoke the default action when overriding OnExecute?

-David
Post Reply