Вниз
Скачать: 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.029 c
14-1082017686
MPS
2004-04-15 12:28
2004.04.11
Хуки, хуки, и ещё раз Хуки


14-1079221527
ИМХО
2004-03-14 02:45
2004.04.11
Что это за кодировка?


7-1075808615
Dran
2004-02-03 14:43
2004.04.11
Отжатие клавиши Win


14-1082028453
Knight
2004-04-15 15:27
2004.04.11
Сброс счётчика у Xerox 5316 после 80 000 копий...


1-1082931283
TALLA
2004-04-26 02:14
2004.04.11
использование TChart в DLL, CGI для отображения в памяти




   Наверх