GetNameValPair
Declaration
Source position: htmlutil.pas line 20
function GetNameValPair( |
const tag: String; |
const attribname_ci: String |
):String; |
Notes
Extracts NAME=VALUE pair out of a tag. Specify the attribute (name portion) of which name/value pair you wish to retrieve. Returns as function string result.