⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 demos.html

📁 介绍用delphi的intraweb控件编写网页。
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>

<HEAD>
	<META HTTP-EQUIV="Content-Type" CONTENT="text/html;CHARSET=iso-8859-1">
	<META NAME="GENERATOR" Content="Visual Page 1.1 for Windows">
	<TITLE>IntraWeb Demos</TITLE>
</HEAD>

<BODY BGCOLOR="#FFFBF0">

<H1 ALIGN="CENTER">IntraWeb Demos</H1>
<H3>Quick Start</H3>
<P>Until you are ready to deploy, you should use the stand alone versions for development and testing. For evaluation
purposes you should start with the simplest demo, &quot;Guess&quot;. Guess is a very simplistic demo (Our version
of &quot;Hello World&quot;), but will introduce you to IntraWeb with a simple application. After that you can then
look at the other demos to see more advanced features of IntraWeb.</P>
<P>Many of the demos have multiple project files such as Features / FeaturesDLL / FeaturesDSO. Features is the
standalone version, FeaturesDLL is the ISAPI version, and FeaturesDSO is the Apache version. They are different
project files but share the same units and aside from the project file the source code is identical.</P>
<P>Finally you can finish up with the &quot;Features&quot; demo which is not a &quot;functional&quot; application
per se but a demo that demonstrates many of the features of IntraWeb merely to demonstrate them.</P>
<H3>Guess</H3>
<P>Guess is a very simple application and contains only one form. It is however the ideal starter demo to understand
how IntraWeb works. The demo serves as a simple guess the number game.</P>
<H3>GuessWB</H3>
<P>GuessWB is the Guess application implemented using page mode instead of application mode.</P>
<H3>WebSnapSurvey</H3>
<P>WebSnap survey shows how to use IntraWeb page mode with WebSnap. This demo only works in Delphi 6 as WebSnap
is new to Delphi 6.</P>
<H3>FishFact</H3>
<P>FishFact is an IntraWeb port of the popular Delphi Demo FishFact. This demo requires DBDemos.</P>
<H3>FishFactDM</H3>
<P>FishFactDM is the same as the FishFact demo, but demonstrates how to use Datamodules with IntraWeb. FishFactDM
also shows how to present a paged grid. This demo requires DBDemos.</P>
<H3>Phoenitics Customer Profiler</H3>
<P>Phonetics Customer Profiler is a sample application that a cellular company might use to create custom proposals
for potential customers and assist them in choosing which calling plan suits them best. The demo does not use a
database, but it does demonstrate how to track information, use multiple forms, and templates.</P>
<H3>Features</H3>
<P>The Features demo is not designed as a functional application. It is designed as a demo to show off specific
features of IntraWeb. Use this demo to see how to use specific features in IntraWeb but also to see some of the
things that IntraWeb can do.


</BODY>

</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -