Вниз
Скачать: 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
3-1081599322
Locker
2004-04-10 16:15
2004.04.11
Ограничение длины результирующих полей


14-1082469169
Monte_Cristo
2004-04-20 17:52
2004.04.11
Оптимизатор Delphi


3-1078989429
Drozdov A
2004-03-11 10:17
2004.04.11
Насчёт отлавливание ошибки Edbengineerror


1-1082915776
karlos
2004-04-25 21:56
2004.04.11
Реализация мультиблочного редактора.


3-1079523855
stas
2004-03-17 14:44
2004.04.11
Нумерация записей




   Наверх