Unit 'fpWeb' Package
[Overview][Resource strings][Types][Classes][Index] [#fcl]

Reference for unit 'fpWeb'

Advanced web application development with actions and templates

uses

  System,

  Classes,

  sysutils,

  HTTPDefs,

  

Basic HTTP protocol declarations and classes

  fpHTTP,

  

HTTP request handling for web servers

  fpTemplate;

  

Simple template parsing mechanism.

Overview

The fpWeb unit provides HTML-oriented functionality for web application development. It extends the basic HTTP functionality with support for web actions, template processing, and structured web modules.

This unit introduces the concept of web actions which allow mapping of URL patterns to specific handlers. It also provides template support for dynamic content generation and a complete web module framework for building complex web applications.


Documentation generated on: Jan 27 2026