Вниз
Скачать: CL | DM;

TGridDrawInfo?   Найти похожие ветки 

 
ivn ©   (2004-04-23 16:45) [0]

Мастера, где можно найти описание структуры TGridDrawInfo?


 
Locker   (2004-04-23 17:34) [1]

Unit Grids;

...

type
 TGetExtentsFunc = function(Index: Longint): Integer of object;
 TGridAxisDrawInfo = record
   EffectiveLineWidth: Integer;
   FixedBoundary: Integer;
   GridBoundary: Integer;
   GridExtent: Integer;
   LastFullVisibleCell: Longint;
   FullVisBoundary: Integer;
   FixedCellCount: Integer;
   FirstGridCell: Integer;
   GridCellCount: Integer;
   GetExtent: TGetExtentsFunc;
 end;

 TGridDrawInfo = record
   Horz, Vert: TGridAxisDrawInfo;
 end;



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

Скачать: CL | DM;



Память: 0.44 MB
Время: 0.236 c
7-1075224980
Дмон
2004-01-27 20:36
2004.04.11
Печать в 9х и в W2K


1-1080113655
ViJen
2004-03-24 10:34
2004.04.11
Формы


6-1076327005
Роман
2004-02-09 14:43
2004.04.11
POP3 - прикреплённые файлы


6-1074918951
hi-end
2004-01-24 07:35
2004.04.11
публикация данных из базы в инете


4-1079699165
AlexAn
2004-03-19 15:26
2004.04.11
Как, используя функции API, завершить работу другой программы?




   Наверх