Вниз
Скачать: 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.135 c
7-1075809772
Petrovitch
2004-02-03 15:02
2004.04.11
Печать текстовки на матричный прирнтер Windows XP


3-1081491933
Fishka
2004-04-09 10:25
2004.04.11
Транзакция как бы глючит


14-1079443992
race1
2004-03-16 16:33
2004.04.11
best chess


1-1079865144
Powerland Software
2004-03-21 13:32
2004.04.11
подмена кода DLL


1-1079726476
san
2004-03-19 23:01
2004.04.11
Помогите вывести формулу на экран в нормальном виде.




   Наверх