Вниз
Скачать: 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.047 c
1-1082834091
Shopot
2004-04-24 23:14
2004.04.11
Динамический объект.


8-1076342936
Сережа
2004-02-09 19:08
2004.04.11
Рисование


14-1082121118
John Doe
2004-04-16 17:11
2004.04.11
Где найти серьезные книги


3-1082021831
Manfred7
2004-04-15 13:37
2004.04.11
База на Acces. Как обеспечивать блокировку изменяемых записей?


1-1079872850
MAXH0
2004-03-21 15:40
2004.04.11
Закачка файлов с интернета.




   Наверх