Skip to content

TWebHTMLAnchor

Description

TWebHTMLAnchor is just a structural control that represents the ANCHOR HTML element <A>

The TWebHTMLAnchor is a control that represents a HTML ANCHOR element
Designtime Runtime

HTML template tag

The HTML tag the component can be associated with a ANCHOR element in an HTML template. Assign the ID attribute with a unique value and set the identical value to the ElementID property. Detailed information can be found in the Use of HTML templates topic.

HTML tag <A ID=”UniqueID”></A>
ElementID UniqueID

Properties for TWebHTMLAnchor

Property Description
ElementClassName Sets the CSS class name attributes
ElementFont Determines whether the Font property values will be applied as font style or if CSS based font settings will be used
ElementPosition Defines whether the ANCHOR is shown absolute positions or relative positioned
HTML: THTMLText Sets the innerHTML text value for the ANCHOR element
Name Sets the name of the HTML ANCHOR element