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

Вниз

Эй, кто разбирается в Indy? Нужна помощь!   Найти похожие ветки 

 
Leviathan ©   (2001-10-15 00:24) [0]

У IdFTP в событии OnWork присутствует AWorkCount. Я никак не могу понять, что он возвращает. Помогите разобраться плиз!


 
nikkie ©   (2001-10-15 11:53) [1]

первая заповедь программиста.
если не понятно - посмотрите мануал. если все равно не понятно - прочитайте мануал. ;)

TWorkEvent = procedure (Sender: TComponent; AWorkMode: TWorkMode; const AWorkCount: Integer) of object;

Description

TWorkEvent
This event often fires when a component is receiving or sending data and this event is often used to update progress indicators.
The AWorkMode indicates if the component is receiving or sending data and can be one of two values:

wmRead - The component is reading data from the peer.
wmWrite - The component is sending data to the peer.

AWorkCount indicates the number of bytes sent or received.



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

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

Наверх




Память: 0.46 MB
Время: 0.018 c
3-21967
SklifF
2001-12-05 11:32
2002.01.08
про SQL


14-22359
Сергей1
2001-11-07 15:36
2002.01.08
Cp1251


1-22179
ikar
2001-12-21 09:10
2002.01.08
Как перебрать корневые узлы в TTreeView ?


1-22051
kay
2001-12-18 22:22
2002.01.08
RichEdit


6-22298
karafuto
2001-10-11 14:00
2002.01.08
На кой нужен TIdAntiFreeze (InDy)?