Web.HTTPProd.THTMLTableAttributes.Create

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

constructor Create(Producer: TCustomContentProducer);

C++

__fastcall THTMLTableAttributes(Web::Httpapp::TCustomContentProducer* Producer);

Propriétés

Type Visibilité  Source Unité  Parent
constructor public
Web.HTTPProd.pas
Web.HTTPProd.hpp
Web.HTTPProd THTMLTableAttributes

Description

Create crée une instance de THTMLTableAttributes.

Appelez la méthode Create pour créer et initialiser un objet THTMLTableAttributes. Le paramètre Producer spécifie le générateur HTML qui utilise l'objet THTMLTableAttributes afin de spécifier les attributs d'un tableau HTML faisant partie de son contenu.

Après avoir appelé le constructeur hérité, Create initialise

Width à 100.

Border à -1.

CellPadding à -1.

CellSpacing à -1.

Voir aussi