Types ThtString, TBuffString


Unit

HtmlGlobals.Pas (ThtString)
HtmlBuffer.pas (TBuffString)

Declaration

Depending on the compiler switch UNICODE ThtString is set to an available unicode string type.

If UNICODE is defined it is set to string otherwize to WideString.

Description

Type ThtString is the string type uses in HtmlViewer code.

Type TBuffString is an alias for ThtString and is used in HtmlBuffer.pas.

See also