Главная страница
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.034 c
7-1079987398
Raki
2004-03-22 23:29
2004.04.11
Курсор.


14-1079119110
ДухКороляАртура
2004-03-12 22:18
2004.04.11
Delphi 8


8-1070901178
Stexen
2003-12-08 19:32
2004.04.11
DSPack, Что не правильно делаю??


1-1079973332
TUser
2004-03-22 19:35
2004.04.11
I/O error 998


1-1080159329
GetIt
2004-03-24 23:15
2004.04.11
Заставить кнопку закрыть форму-владельца