Вниз
Скачать: 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.028 c
4-1075543721
__Alex__
2004-01-31 13:08
2004.04.11
сокращение имен


1-1079966087
Юкс
2004-03-22 17:34
2004.04.11
Проверка строки на число


3-1081533189
SergP
2004-04-09 21:53
2004.04.11
Можно ли сделать такой интерестный select?


7-1080287700
Ghost
2004-03-26 10:55
2004.04.11
Система


9-1065386068
Дмитрий
2003-10-06 00:34
2004.04.11
Создание трейнера к игре.




   Наверх