unit HtmlConsts; interface const HTMLHeader: string = ''#13#10 + ''#13#10 + ''#13#10 + ' Samples - Oracle Data Access Components'#13#10 + ''#13#10 + ''#13#10 + ''#13#10; HTMLFooter: string = '' + #13#10 + ''; implementation end.