ThtmlParserStartTagAttributesEvent Delegate
Represents type ThtmlParserStartTagAttributesEvent.
type ThtmlParserStartTagAttributesEvent = procedure (Sender: ThtmlParser; TagID: ThtmlTagID; Name: String; AttributeNames, AttributeValues: array of String; Element: AhtmlElement) of object;