ScroogeXHTML for Object Pascal 8.5
Loading...
Searching...
No Matches
SxBase.pas File Reference

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 informations
 
typedef void(* TReplaceFontEvent) (TObject Sender, string &FontName)
 event called to substitute font names
 

Variables

const VersionString = "@version@"
 the library version
 

Typedef Documentation

◆ TEncodingEvent

typedef void(* TEncodingEvent) (TObject Sender, const ISimpleDomTextNode TextElement)

event called before and after Unicode encoding

◆ TLogEvent

typedef void(* TLogEvent) (TObject Sender, const TLogLevel logLevel, const string logText)

event called to log internal informations

◆ TReplaceFontEvent

typedef void(* TReplaceFontEvent) (TObject Sender, string &FontName)

event called to substitute font names

Variable Documentation

◆ VersionString

const VersionString = "@version@"

the library version