Вниз
Скачать: 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.071 c
3-1081854872
Andriano
2004-04-13 15:14
2004.04.11
1С-подобный генератор отчетов


14-1078984348
LiLa Ananda
2004-03-11 08:52
2004.04.11
Кто был на старом Адметасе.......


3-1079358715
ST
2004-03-15 16:51
2004.04.11
Отчеты в Delphi 7


7-1079648951
dim-
2004-03-19 01:29
2004.04.11
Проблема с получением данных с COM порта


11-1058608108
Dentall
2003-07-19 13:48
2004.04.11
Динамическое создание формы в KOL




   Наверх