![]() |
ScroogeXHTML for Object Pascal 9.3
|
Classes | |
class | TSxBase |
The base class for ScroogeXHTML. More... |
Typedefs | |
typedef void(* | TEncodingEvent) (TObject Sender, const ISimpleDomTextNode TextElement) |
event called before and after Unicode encoding | |
typedef void(* | TLogEvent) (TObject Sender, const TLogLevel logLevel, const string logText) |
Event called to log internal information. | |
typedef void(* | TReplaceFontEvent) (TObject Sender, string &FontName) |
Event called to substitute font names. |
Variables | |
const | VersionString = "@version@" |
the library version |
typedef void(* TEncodingEvent) (TObject Sender, const ISimpleDomTextNode TextElement) |
event called before and after Unicode encoding
typedef void(* TLogEvent) (TObject Sender, const TLogLevel logLevel, const string logText) |
Event called to log internal information.
Sender | The object that triggered the event. |
logLevel | The severity level of the log message. |
logText | The log message text. |
typedef void(* TReplaceFontEvent) (TObject Sender, string &FontName) |
Event called to substitute font names.
Sender | The object that triggered the event. |
FontName | The font name to be substituted. This is passed as a var parameter, allowing the event handler to modify the font name. |
const VersionString = "@version@" |
the library version