Zum Inhalt springen

wxy

Mitglieder
  • Gesamte Inhalte

    1
  • Benutzer seit

  • Letzter Besuch

Beiträge von wxy

  1. hallo,

    mit formatierung speichern:

    wie oben..

    anstatt:

    Query1.FieldByName('RichText').asString:= GetRtFText(RichEdit1);

    mit der Function GetRtFText:

    function GetRTFText(ARichEdit: TRichedit): string;

    var

    ss: TStringStream;

    emptystr: string;

    begin

    emptystr := '';

    ss := TStringStream.Create(emptystr);

    try

    ARichEdit.PlainText := False;

    ARichEdit.Lines.SaveToStream(ss);

    Result := ss.DataString;

    finally

    ss.Free

    end;

    end;

    Greeze

Fachinformatiker.de, 2024 by SE Internet Services

fidelogo_small.png

Schicke uns eine Nachricht!

Fachinformatiker.de ist die größte IT-Community
rund um Ausbildung, Job, Weiterbildung für IT-Fachkräfte.

Fachinformatiker.de App

Download on the App Store
Get it on Google Play

Kontakt

Hier werben?
Oder sende eine E-Mail an

Social media u. feeds

Jobboard für Fachinformatiker und IT-Fachkräfte

×
×
  • Neu erstellen...