Afficher : Delphi
C++
Préférences d'affichage
Web.HTTPProd
De XE2 API Documentation
Sommaire |
Classes
| EScriptError | |
| IDesignerFileManager | |
| IGetLocateFileService | |
| IGetProducerTemplate | |
| ILocateFileService | ILocateFileService est l'interface d'accès aux fichiers utilisés par une application WebSnap lors du traitement des requêtes. |
| IScriptContext | |
| IScriptProducer | |
| IWebVariableName | |
| IWebVariablesContainer | |
| TAbstractScriptEnginesList | |
| TAbstractScriptError | |
| TAbstractScriptErrors | |
| TAbstractScriptProducer | |
| TBasePageProducer | La classe TBasePageProducer sert de classe de base aux objets produisant une chaîne de commandes HTML basée sur un modèle de saisie. |
| TCustomPageProducer | La classe TCustomPageProducer sert de classe de base aux objets produisant une chaîne de commandes HTML basée sur un modèle de saisie. |
| THTMLTableAttributes | THTMLTableAttributes représente les attributs d'une balise de tableau HTML. |
| THTMLTableCellAttributes | THTMLTableCellAttributes représente les attributs d'affichage d'une cellule d'un tableau HTML. |
| THTMLTableElementAttributes | THTMLTableElementAttributes est la classe de base commune à tous les objets décrivant les attributs d'affichage d'une partie d'un tableau HTML. |
| THTMLTableHeaderAttributes | THTMLTableHeaderAttributes représente les attributs d'affichage d'une balise d'en-tête de tableau HTML. |
| THTMLTableRowAttributes | THTMLTableRowAttributes représente les attributs d'affichage d'une balise de ligne d'un tableau HTML. |
| THTMLTagAttributes | THTMLTagAttributes est la classe de base de tous les objets représentant les attributs d'une balise HTML. |
| TPageProducer | TPageProducer génère une chaîne de commandes HTML à partir d'un modèle d'entrée. |
| TScriptProducerClass |
Routines
| ContentFromScriptFile | |
| ContentFromScriptStream | |
| ContentFromStream | |
| ContentFromString | |
| FindComponentWebModuleContext | FindComponentWebModuleContext renvoie le composant qui supporte une interface IWebVariablesContainer. |
| GetEncodingOfStream | |
| GetTagID |
Types
| _di_IDesignerFileManager | |
| _di_IGetLocateFileService | |
| _di_IGetProducerTemplate | |
| _di_ILocateFileService | |
| _di_IScriptContext | |
| _di_IScriptProducer | |
| _di_IWebVariableName | |
| _di_IWebVariablesContainer | |
| THandledTagProc | |
| THandleTagProc | |
| THTMLAlign | THTMLAlign représente l'alignement horizontal à l'intérieur d'un document HTML ou la cellule d'un tableau HTML. |
| THTMLBgColor | THTMLBgColor représente la couleur d'arrière-plan d'un élément contrôle ou texte HTML. |
| THTMLTagEvent | THTMLTagEvent est le type pour les gestionnaires d'événements qui traduisent des balises transparentes HTML en séquences HTML valides. |
| THTMLVAlign | THTMLVAlign représente l'alignement vertical à l'intérieur d'une cellule d'un tableau HTML. |
| TScriptProducerClass | |
| TTag | TTag identifie le type d'une balise transparente HTML. |
| Web_Httpprod__51 | |
| Web_Httpprod__61 |
Variables
| DesignerFileManager | |
| HTMLAlign | HTMLAlign: :51; |
| HTMLVAlign | HTMLVAlign: :61; |
| ScriptEnginesList |
Constantes
| haBaseline | haBaseline: THTMLVAlign = haBaseline; |
| haBottom | haBottom: THTMLVAlign = haBottom; |
| haCenter | haCenter: THTMLAlign = haCenter; |
| haDefault | haDefault: THTMLAlign = haDefault; |
| haLeft | haLeft: THTMLAlign = haLeft; |
| haMiddle | haMiddle: THTMLVAlign = haMiddle; |
| haRight | haRight: THTMLAlign = haRight; |
| haTop | haTop: THTMLVAlign = haTop; |
| haVDefault | haVDefault: THTMLVAlign = haVDefault; |
| HTMLAlign | HTMLAlign: :51; |
| HTMLVAlign | HTMLVAlign: :61; |
| tgCustom | tgCustom: TTag = tgCustom; |
| tgEmbed | tgEmbed: TTag = tgEmbed; |
| tgImage | tgImage: TTag = tgImage; |
| tgImageMap | tgImageMap: TTag = tgImageMap; |
| tgLink | tgLink: TTag = tgLink; |
| tgObject | tgObject: TTag = tgObject; |
| tgTable | tgTable: TTag = tgTable; |