| << Click to display table of contents >> TRVCamera.OnLoginFailed | 
Occurs when authentication fails.
type
  // Defined in MRVType/fmxMRVType unit
  TRVOnLoginFailedEvent = procedure(Sender: TObject;
    const AURL : string) of object;
property OnLoginFailed: TRVOnLoginFailedEvent;
If LoginPromt = True, this event occurs when all attempts to login failed (it does not occur on each attempt).
You can use this event to display a message to the user.
It is not necessary to process this event. If authentication fails, OnEndVideoStream occurs with a non-zero Status parameter.