Вниз
Скачать: 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
1-1082450472
inc.
2004-04-20 12:41
2004.04.11
поделить на 1000?


3-1081840776
avgur
2004-04-13 11:19
2004.04.11
Вопрос о DBGrid


1-1079902140
GetIt
2004-03-21 23:49
2004.04.11
Excel документ


3-1079005739
MakNik
2004-03-11 14:48
2004.04.11
ADOQuery.SQL.Add


1-1080202303
MakNik
2004-03-25 11:11
2004.04.11
Декомпиляция проекта




   Наверх