Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2004.04.11;
Скачать: 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 вся ветка

Текущий архив: 2004.04.11;
Скачать: CL | DM;

Наверх




Память: 0.46 MB
Время: 0.028 c
6-1079437001
marat2
2004-03-16 14:36
2004.04.11
wininet - InternetFindNextFile - ERROR_IO_PENDING


1-1082500848
Cref12
2004-04-21 02:40
2004.04.11
Image


6-1079680991
Tommy
2004-03-19 10:23
2004.04.11
Сокеты и потоки...


14-1081963226
Yermek
2004-04-14 21:20
2004.04.11
СРОЧНО!!! - Техничекая документация


3-1079195233
Anarki
2004-03-13 19:27
2004.04.11
Как узнать значение N-го столбца выделенного ряда в DBGrid?