Вниз
Скачать: 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.027 c
1-1082199931
Serg7077
2004-04-17 15:05
2004.04.11
Free Report для Delphi7


1-1082457212
Паша5
2004-04-20 14:33
2004.04.11
Удаление пустых строк в StringGrid


14-1079638653
E1
2004-03-18 22:37
2004.04.11
А если создать аналог америкосовского JobFind а?


14-1082103832
juiceman
2004-04-16 12:23
2004.04.11
C++


1-1079712043
ivs
2004-03-19 19:00
2004.04.11
Какой принтер использовать для печати на картонке формата А7




   Наверх