RtfLabel, Version 1.3d

Zurück zur Übersicht

Datei: Sample/DrawRtfTextExample.dpr

program DrawRtfTextExample;

uses
  Forms,
  DelphiTextServ in '..\DelphiTextServ.pas',
  DrawRichText in '..\DrawRichText.pas',
  RichEdit2 in '..\RichEdit2.pas',
  RichEditDll in '..\RichEditDll.pas',
  TextServ in '..\TextServ.pas',
  ThiscallWrapper in '..\ThiscallWrapper.pas',
  drtsamp in 'drtsamp.pas' {FormDrawRtfText};

{$R *.res}

begin
  Application.Initialize;
  Application.Title := 'DrawRtfText Example';
  Application.CreateForm(TFormDrawRtfText, FormDrawRtfText);
  Application.Run;
end.
Flocke's Garage
Valid HTML 4.01 Transitional Valid CSS!
(C) 2005-2018 Volker Siebert.
Creative Commons-LizenzvertragDer gesamte Inhalt dieser Webseite steht unter einer Creative Commons-Lizenz (sofern nicht anders angegeben).