Вниз
Скачать: 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.029 c
14-1079296999
Gero
2004-03-14 23:43
2004.04.11
Написание Shell


1-1082709840
Дмитрий
2004-04-23 12:44
2004.04.11
Как вывести форму поверх главной без использования ShowModal?


4-1075607631
Clift
2004-02-01 06:53
2004.04.11
Индикатор языка


14-1079422736
Wild
2004-03-16 10:38
2004.04.11
Литература


6-1079077132
Greenpeace
2004-03-12 10:38
2004.04.11
Отсылка письма с помощью NMSMTP




   Наверх