Unit 'sqldbrestmodule' Package
[Overview][Classes][Index] [#fcl-web]

TSQLDBRestModule

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: sqldbrestmodule.pp line 27

type TSQLDBRestModule = class(TSessionHTTPModule)

protected

  procedure Notification(); override;

  procedure ConfigureDispatcherFromRequest(); virtual;

  function FindDispatcher; virtual;

public

  constructor Create(); override;

  procedure HandleRequest(); override;

published

  property Dispatcher: TSQLDBRestDispatcher; [rw]

  property CORS: TCORSSupport;

  property BaseURL: string;

  property AfterInitModule: TInitModuleEvent;

  property Kind: TWebModuleKind;

  property Session: TCustomSession;

  property OnNewSession: TNotifyEvent;

  property OnSessionExpired: TNotifyEvent;

end;

Inheritance

TSQLDBRestModule

|

TSessionHTTPModule

|

TCustomHTTPModule

|

TObject


Documentation generated on: 2023-03-18