Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2007.06.03;
Скачать: CL | DM;

Вниз

small bug in objects.pas   Найти похожие ветки 

 
Thaddy   (2006-10-13 16:05) [0]

procedure FreeObjectInstance(ObjectInstance: Pointer);
should be declared as:
procedure FreeObjectInstance(var ObjectInstance: Pointer);

I wonder why we never spotted that before?
There can be cases where it is important that ObjectInstance is explicitly made nil. See the implementation.


 
Vladimir Kladov   (2006-10-14 11:38) [1]

Sorry, but it is not obvious for me. Though this unit is not from me, I can not see why "var" shoud be there: ObjectInstance is not assigned anywhere in FreeObjectInstance.



Страницы: 1 вся ветка

Текущий архив: 2007.06.03;
Скачать: CL | DM;

Наверх




Память: 0.46 MB
Время: 0.046 c
5-1155620540
igorserg
2006-08-15 09:42
2007.06.03
Как сделать активную линию?


1-1175767593
SamProf
2007-04-05 14:06
2007.06.03
Как в Excel учтановить тип ячейки (строка)


2-1179306362
Тимофей
2007-05-16 13:06
2007.06.03
Как создать общий компонент на базе TEdit и TComboBox


3-1173862302
DSKalugin
2007-03-14 11:51
2007.06.03
как в Delphi использовать VBA-функцию Access?


1-1176188387
Pattern
2007-04-10 10:59
2007.06.03
Код сочетания клавиш