Powtils is a web development project currently focused on supporting the freepascal and delphi toolsets.
The name Powtils stands for "powerful web utilities". The project used to be called Pascal Server Pages. The Powtils project is open source released under Artistic and public domain licenses.
Source Code
The Powtils project's source code is hosted on Google Code and Sourceforge.
Extra Utilities
The Powtils project also offers extras such as string utilities, parsing utilities, general utilities, a remote web compiler, a web based compiler, a web command (shell) program, and an IDE (integrated development environment).
Programming Philosophy
The programming philosophy behind Powtils is simple but powerful modular programming. It uses many "units" also known as "modules" which include several functions and procedures in them. Classes and objects can be used optionally. Any freepascal or delphi unit can be used directly in any Powtils web program, as long as it isn't specific to X11 or Win32 GUI calls, since web programs output HTML.
Documentation
The Powtils project uses a tool called Lufdoc to host its documentation.
Examples
Powtils offers many simple examples and demos on the example page at the main website.
Hello World
Version 1.7.X of Powtils
Earlier versions of Powtils
The Powtils project's source code is hosted on Google Code and Sourceforge.
Extra Utilities
The Powtils project also offers extras such as string utilities, parsing utilities, general utilities, a remote web compiler, a web based compiler, a web command (shell) program, and an IDE (integrated development environment).
Programming Philosophy
The programming philosophy behind Powtils is simple but powerful modular programming. It uses many "units" also known as "modules" which include several functions and procedures in them. Classes and objects can be used optionally. Any freepascal or delphi unit can be used directly in any Powtils web program, as long as it isn't specific to X11 or Win32 GUI calls, since web programs output HTML.
Documentation
The Powtils project uses a tool called Lufdoc to host its documentation.
Examples
Powtils offers many simple examples and demos on the example page at the main website.
Hello World
Version 1.7.X of Powtils
uses pwinit, pwmain;
begin
outln('hello');
end;
Earlier versions of Powtils
uses pwumain;
begin
webwrite('hello');
end;
Random Articles
- Atasi gagal koneksi dengan ADOConnection
- Yang Tidak Bisa Dilakukan Turbo Pascal #4
- Bikin Rekaman Suara Sendiri Dengan Delphi
- Menjalankan Aplikasi trial untuk 1 kali jalan
- Enkripsi Data String dan Stream
- Menghitung Selisih Waktu [billing]
- Lomba Hack-Shareware Aplikasi Delphi (spontanitas)
- Extreme Programming
- TheDevShop releases dbQwikSite Personal Edition
- Ubah ODBC (MS-Acess, MySQL, MS-SQL Server) dengan Delphi
AI Forward

๐ We're thrilled to partner with Alibaba Cloud for "AI Forward - Alibaba Cloud Global Developer Summit 2025" in Jakarta! Join us and explore the future of AI. Register now:
https://int.alibabacloud.com/m/1000400772/
#AlibabaCloud #DeveloperSummit #Jakarta #AIFORWARD
Last Articles
Recent Topic
- PascalTalk #6: (Podcast) Kuliah IT di luar negeri, susah gak sih?
by LuriDarmawan in Tutorial & Community Project more 4 years ago - PascalTalk #5: UX: Research, Design and Engineer
by LuriDarmawan in Tutorial & Community Project more 4 years ago - PascalTalk #4: Obrolan Ringan Seputar IT
by LuriDarmawan in Tutorial & Community Project more 4 years ago - PascalTalk #2: Membuat Sendiri SMART HOME
by LuriDarmawan in Tutorial & Community Project more 4 years ago - PascalTalk #3: RADically Fast and Easy Mobile Apps Development with Delphi
by LuriDarmawan in Tutorial & Community Project more 4 years ago - PascalTalk #1: Pemanfaatan Artificial Intelligence di Masa Covid-19
by LuriDarmawan in Tutorial & Community Project more 4 years ago - Tempat Latihan Posting
by LuriDarmawan in OOT more 5 years ago - Archive
- Looping lagi...
by idhiel in Hal umum tentang Pascal Indonesia more 12 years ago - [ask] koneksi ke ODBC user Dsn saat runtime dengan ado
by halimanh in FireBird more 12 years ago - Validasi menggunakan data tanggal
by mas_kofa in Hal umum tentang Pascal Indonesia more 12 years ago