Class THTMLDictionary (unit HTMLWrtr)

Inherits from

TStringList

Field/value pairs for dynamic insertion of values into HTML templates

Constructors



Functions

procedure AddFieldAndValue(sField, sValue: String);

Public declarations

Add a new field/value pair to the dictionary


function GetValue(sField: String): String;

Retrieve value for a given fild from dictionary

Properties

Events

Variables


Constructors


Functions


procedure AddFieldAndValue(sField, sValue: String);

Public declarations

Add a new field/value pair to the dictionary


function GetValue(sField: String): String;

Retrieve value for a given fild from dictionary


Properties


Events


Variables