Вниз
Скачать: 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.074 c
14-1082240894
copyr25
2004-04-18 02:28
2004.04.11
50 лет рок-энд-ролу


3-1078983315
lovres
2004-03-11 08:35
2004.04.11
Как в таблице Paradox SQL-запросом удалить столбец


1-1079879138
Prankster.
2004-03-21 17:25
2004.04.11
Маска в Edit


14-1082366611
Nous Mellon
2004-04-19 13:23
2004.04.11
http://www.subserviantchicken.com/


3-1081408628
balbes
2004-04-08 11:17
2004.04.11
Какую БД выбрать, чтобы данные были защищены (нужен SQL)?




   Наверх