RV_AfterImportGraphic

<< Click to display table of contents >>

RV_AfterImportGraphic

(deprecated)

Unit RVFuncs.

Syntax

type 

  TRV_AfterImportGraphicsProc = procedure(Graphic: TRVGraphic); 

var 

  RV_AfterImportGraphic: TRV_AfterImportGraphicsProc; deprecated;

This variable is deprecated. Since TRichView version 15, it is replaced by RVGraphicHandler.AfterImportGraphic, and can be overridden by creating a class inherited from TRVGraphicHandler and assigning it to RVGraphicHandler variable.