Adapters registration

<< Click to Display Table of Contents >>

Navigation:  Delphi HTML Report Library > Database adapters >

Adapters registration

Adapters should be registered via RegisterHTSQLAdapter (Name, AdapterClass) function. To register default adapter  pass blank string to registration function.

Adapter name could be used in any SQL tag in type attribute. For example

 <SQL type="directory">

  pics\*.jpg

 </SQL>