Модератор: Модераторы
constructor TMyClass.Create;
begin
  inherited Create;
  res := TStringList.Create;
end;
destructor TMyClass.Destroy; override;
begin
  res.Free;
  inherited Destroy;
end;


Вернуться в Обучение Free Pascal
Сейчас этот форум просматривают: нет зарегистрированных пользователей и гости: 1