Вниз
Скачать: 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.078 c
1-1080274886
rosl
2004-03-26 07:21
2004.04.11
цикл в memo


1-1082576157
Brevis
2004-04-21 23:35
2004.04.11
Basic to Pascal


7-1075396868
Stexen
2004-01-29 20:21
2004.04.11
PE Section


1-1079954907
K.A.T.
2004-03-22 14:28
2004.04.11
Ошибка в процедуре


1-1080205465
XmPL
2004-03-25 12:04
2004.04.11
Как обращаться к контролам родительской формы ?




   Наверх