[Overview][Constants][Types][Classes][Variables][Index] Reference for unit 'LibR3R' (#LibR3R)

TLibR3R.HandleMessage

Declaration

Source position: libr3r.pas line 32

public procedure TLibR3R.HandleMessage(

  IsError: Boolean;

  MessageName: ;

  Extra:

); virtual;

Description

A virtual method that must be overridden and given code which will handle any messages LibR3R generates. It's the same as setting the OnMessage event.