ThtmlParserStartTagAttributesEvent Delegate

Represents type ThtmlParserStartTagAttributesEvent.

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