Icon Create Method

constructor Create(AElement: TElement; AParent:
      TElementAttribute)

Available In: Visual Client Applications

Use this method to create a new instance of the TElementAttribute class. The AElement parameter indicates the element instance that will manage the attribute, and the AParent parameter indicates the parent attribute, if any, that the attribute is contained within. The parent attribute is used to aggregate change management at the outermost attribute so as to avoid excessively triggering change notifications in the element.
Image