THtmlElement

Abstract base class for modelling HTML elements used in HTML documents.

Inheritance

LevelAncestorDescription
1TObjectUltimate ancestor in a class hierarchy
2TBaseObjectA base class for objects that can be used instead of TObject.
3TReferenceCountedObjectObject that keeps track of the number of times it is referenced from other objects
4TValueBase class for an immutable object that stores a value of a certain TType.
5THtmlElement

Source

Html.Element.pas (28)

Fields

ScopeVisibilityTypeNameDescription
InstanceprivateTHtmlAttributesFDataSet
InstancepublicTTextID
InstancepublicTTextName

Methods

ScopeVisibilityResultNameDescription
InstanceprotectedTTextRectangleToCoordinates(Rectangle: TInteger32Rectangle)
InstancepublicCreate()
InstancepublicDestroy()
InstancepublicAddAttributes(Attributes: THtmlAttributes) Adds element specific instances of THtmlAttribute to the passed THtmlAttributes. Overriding functions should call inherited implementation to ensure setting of default attributes.