RtfLabel, Version 1.3b (alt)

Hinweis: dies ist nicht die neueste Version!

Zurück zur Übersicht

Datei: Sample/DrawRtfTextExample.dpr

program DrawRtfTextExample;

uses
  Forms,
  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).