первую часть смотри здесь, вторая очень простая -
Код:
Memo1.Lines.LoadFromFile('C:\1.txt')
__________________
TAleD = class(TUser)
public
function HelpMe(ASubject, ARequest: String): String;
function GiveMeExample(ASubject: String): TStringList;
procedure WriteReview(APost: Integer; ADescription: TStringList);
end;
|