Вниз
Скачать: 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.052 c
14-1079286422
Kamerad
2004-03-14 20:47
2004.04.11
HELP!


14-1079309103
kaif
2004-03-15 03:05
2004.04.11
Обязательно ли верующему Президенту знать Новый Завет?


1-1080267085
Alek Aaz
2004-03-26 05:11
2004.04.11
Размер исполняемого кода


4-1079550593
atkachen
2004-03-17 22:09
2004.04.11
Синхронизация потоков


1-1080175040
LoMaster
2004-03-25 03:37
2004.04.11
программа, удаляющая сама себя




   Наверх