Вниз
Скачать: 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.032 c
3-1079332505
Nax
2004-03-15 09:35
2004.04.11
SetRange()


7-1080389662
Insert
2004-03-27 15:14
2004.04.11
Серийник жесткого диска...


6-1079338786
Аноним
2004-03-15 11:19
2004.04.11
TClientSocket, TServerSocket


8-1076701704
Сережа
2004-02-13 22:48
2004.04.11
ImageList


1-1082042322
Erik
2004-04-15 19:18
2004.04.11
Анализ структуры файла.




   Наверх