The TDivElement class is the default element class for UI elements, and contains all of the element functionality in the form of public methods and properties/events that control classes can use to create any type of control.
The TDivElement is just a typecast of the TElement class, and is only used for associating an element class type with a specific type of run-time HTML tag (<div>).