Вниз
Скачать: 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
3-1079424841
Inkotex
2004-03-16 11:14
2004.04.11
Bookmark


14-1079265819
Mox Fulder
2004-03-14 15:03
2004.04.11
Кодек


1-1082712749
tria
2004-04-23 13:32
2004.04.11
Как переименовать секцию в ini-файле?


1-1080068374
Vovans
2004-03-23 21:59
2004.04.11
Фокус в MDI приложении.


6-1079615379
palan
2004-03-18 16:09
2004.04.11
Посылка/прием сложных данных c помощью сокетов




   Наверх