Registriert seit: 11. Okt 2003
Ort: Elbflorenz
44.355 Beiträge
Delphi 12 Athens
|
AW: Fastreport eine Textdatei laden
5. Mär 2014, 14:03
Delphi-Quellcode:
uses
IOUtils;
TFrxMemoView(frxVbsLabel.FindComponent('qrlHerstell')).Text := TFile.ReadAllText('test.txt');
// oder
TFrxMemoView(frxVbsLabel.FindComponent('qrlHerstell')).Text := TFile.ReadAllText('test.txt', TEncoding.ANSI);
Ein Therapeut entspricht 1024 Gigapeut.
|