| 
       << Click to display table of contents >> TRVCamDoneEvent | 
    
Unit [VCL and LCL] MRVType;
Unit [FMX] fmxMRVType;
type
  TRVCamDoneEvent = procedure(Sender : TObject;
Status : Integer) of object;
TRVCamDoneEvent is used for TRVCamera events:
•OnEndVideoFile, OnEndVideoStream
These events occur when some operation is completed. The Status parameter contains 0 if the operation is performed successfully, or nonzero value otherwise.