к примеру
- Код: Выделить всё
type sobj = class
a : Integer;
b : Pointer;
constructor create;
end;
constructor create.sobj;
begin
a := 0;
b := nil;
end;
и если не обязательна, то что лучше.
Модератор: Модераторы
type sobj = class
a : Integer;
b : Pointer;
constructor create;
end;
constructor create.sobj;
begin
a := 0;
b := nil;
end;
Вернуться в Free Pascal Compiler
Сейчас этот форум просматривают: нет зарегистрированных пользователей и гости: 4