Вниз
Скачать: 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-1079945854
Erik
2004-03-22 11:57
2004.04.11
Открытие родительского процеса.


6-1076148497
Iks
2004-02-07 13:08
2004.04.11
SMTP


6-1079223072
Vitaliy
2004-03-14 03:11
2004.04.11
Как вытащить в ссылки из html документа


3-1082020881
Flashas
2004-04-15 13:21
2004.04.11
Dbgrid?....


1-1079952165
Dysan
2004-03-22 13:42
2004.04.11
создание обьекта над другим обьектом?




   Наверх