Вниз
Скачать: 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-1082718108
mRodion
2004-04-23 15:01
2004.04.11
Класс с событиями в отдельном потоке


3-1079352974
Yurko
2004-03-15 15:16
2004.04.11
Смена версии таблиц (ADO)


1-1079895888
oleg_SYS
2004-03-21 22:04
2004.04.11
Запуск других приложений из моего с параметрами


1-1080025660
demonson
2004-03-23 10:07
2004.04.11
заменить sleep в delphi


1-1082447210
SerSar
2004-04-20 11:46
2004.04.11
Разрыв страницы в Excel




   Наверх