Icon Create Method

constructor Create(const AName: String; AParent: TElement=nil;
      const ATagName: String='')

Available In: Visual Client Applications

Use this method to create a new instance of the TElement class. The AName parameter indicates the name of the element, the optional AParent parameter indicates the parent of the element, and the optional ATagName parameter indicates the HTML tag name to associate with the element. The HTML tag name is used to create the underlying browser DOM element that will be managed by the element at runtime.
Image