Print (TdbfDocument)
{{#images:version800-32x32.png|stock}}
<source lang='delphi'>procedure print(const iPrinterName : string);</source>
Cette fonction effectue une impression directe d'un document de type pdf vers l'imprimante de nom "iPrinterName";
Exemple : <source lang='delphi'> var
sl : TStringList; doc : TdbfDocument;
begin
//note : doc must have DocumentType.Extension='.pdf' sl := GetPrinterList;//default printer is on top of the list if sl.Count>0 then begin doc.print(sl.strings[0]);//print on default printer end;
end; </source>
{{#if:TdbfDocument|
{{#if:TdbfDocument|— TdbfDocument |}} — Développement DSM —
|
{{#if:|— [[{{{1}}}]] |}} — Développement DSM —
}}