Difference between revisions of "IPro tab"

From Lazarus wiki
Jump to navigationJump to search
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
The '''IPro tab''' of the [[Component Palette]] lists components of the [[LCL|Lazarus Component Library]] related to internet access
+
{{IPro_tab}}
 +
 
 +
The '''IPro tab''' of the [[Component Palette]] lists components related to display of html pages. This is needed internally by Lazarus to show the html-formatted popup coding hints and the chm help files.
  
 
[[Image:Component_Palette_IPro.png]]
 
[[Image:Component_Palette_IPro.png]]
  
* [[Image:tipfiledataprovider.png]] [[TIpFileDataProvider]]
+
{| class="wikitable sortable"
* [[Image:tiphttpdataprovider.png]] [[TIpHttpDataProvider]]
+
|-
* [[Image:tiphtmlpanel.png]] [[TIpHtmlPanel]]
+
! Icon !! Component !! Description
 +
|-
 +
| [[Image:tipfiledataprovider.png]] || [[TIpFileDataProvider]] || the interface between a TIpHtmlPanel and the file system
 +
|-
 +
| [[Image:tiphtmldataprovider.png]] || [[TIpHtmlDataProvider]] || the interface between a TIpHtmlPanel and a HTML page
 +
|-
 +
| [[Image:tiphttpdataprovider.png]] || [[TIpHttpDataProvider]] || the interface between a TIpHtmlPanel and a HTML page server (www)
 +
|-
 +
| [[Image:tiphtmlpanel.png]]       || [[TIpHtmlPanel]]       || display of HTML pages
 +
|}
  
 
{{NavComponentPalette}}
 
{{NavComponentPalette}}
 
 
[[Category:Component Palette]]
 

Latest revision as of 17:25, 10 September 2018

English (en) français (fr) русский (ru)

The IPro tab of the Component Palette lists components related to display of html pages. This is needed internally by Lazarus to show the html-formatted popup coding hints and the chm help files.

Component Palette IPro.png

Icon Component Description
tipfiledataprovider.png TIpFileDataProvider the interface between a TIpHtmlPanel and the file system
tiphtmldataprovider.png TIpHtmlDataProvider the interface between a TIpHtmlPanel and a HTML page
tiphttpdataprovider.png TIpHttpDataProvider the interface between a TIpHtmlPanel and a HTML page server (www)
tiphtmlpanel.png TIpHtmlPanel display of HTML pages
Component Palette
Standard - Additional - Common Controls - Dialogs - Data Controls - Data Access - System - Misc - LazControls - RTTI - SQLdb - Pascal Script - SynEdit - Chart - IPro