Table of Contents

TSphinxModuleArgs Class

Base class for the argument objects passed to the Sphinx server module events.

Remarks

It exposes the Handler of the request being processed, giving event handlers access to any request data that the more specific argument classes do not surface directly.

Syntax

Unit: Sphinx.EventArgs

TSphinxModuleArgs = class(TObject);

Properties

Name Description
Handler The handler of the request being processed when the event was fired.