Difference between revisions of "FAQ"

From Overbyte
Jump to navigation Jump to search
Line 5: Line 5:
  
 
== How ICS works ==
 
== How ICS works ==
* [[Asynchronous_Paradigm | Asynchronous Paradigm]] - ICS works in Asynchronous Mode
+
{|
 +
| width="150" | [[Asynchronous_Paradigm | Asynchronous Paradigm]] |||| ICS works in Asynchronous Mode
 +
|}
  
  
 
== FAQ ==
 
== FAQ ==
 +
{|
 +
| width="150" | [[FAQ.General | General]] |||| General questions not belong to other section
 +
|-
 +
| [[FAQ.Internet | Internet]] |||| Specific for internet
 +
|-
 +
| [[FAQ.Timeout | Timeouts]] |||| Implementing timeouts on connectios or protocols
 +
|-
 +
| [[FAQ.ProgressBar | Progress]] |||| Implementing a progress bar
 +
|}
  
 +
<!--
 
* [[THttpCli.FAQ.Timeout | How to implement a timeout for THttpCli in my application?]]
 
* [[THttpCli.FAQ.Timeout | How to implement a timeout for THttpCli in my application?]]
 
 
* [[THttpCli.FAQ.Progress | How to implement a progress for THttpCli in my application?]]
 
* [[THttpCli.FAQ.Progress | How to implement a progress for THttpCli in my application?]]
 
 
* [[THttpCli.FAQ.SizeLimit | How to implement a download size limitation for THttpCli in my application?]]
 
* [[THttpCli.FAQ.SizeLimit | How to implement a download size limitation for THttpCli in my application?]]
 +
-->

Revision as of 18:32, 19 February 2006

Main page -> FAQ


Here, you'll find the most Frequently Asked Questions about the components. Some links refer to articles and others on "How-to-do-things"

How ICS works

Asynchronous Paradigm ICS works in Asynchronous Mode


FAQ

General General questions not belong to other section
Internet Specific for internet
Timeouts Implementing timeouts on connectios or protocols
Progress Implementing a progress bar