Цитата:
Сообщение от vladimir01101988
да, вот это у меня и вызвало проблему.
Может кто подскажет как их перевести в строковый тип?
|
Код:
IntToStr(...)
StrToInt(...)
StrToIntDef(...)
__________________
TAleD = class(TUser)
public
function HelpMe(ASubject, ARequest: String): String;
function GiveMeExample(ASubject: String): TStringList;
procedure WriteReview(APost: Integer; ADescription: TStringList);
end;
|