Вниз
Скачать: 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.045 c
14-1082022130
stone
2004-04-15 13:42
2004.04.11
Стенография для программиста :))


3-1079335148
Nataly
2004-03-15 10:19
2004.04.11
Запуск Access-отчета


1-1079930272
Driver
2004-03-22 07:37
2004.04.11
Как реализовать?


1-1080139897
BaDeVlad
2004-03-24 17:51
2004.04.11
Глюк функции AnsiLowerCase?


3-1081599322
Locker
2004-04-10 16:15
2004.04.11
Ограничение длины результирующих полей




   Наверх