Вниз
Скачать: 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.035 c
6-1076148497
Iks
2004-02-07 13:08
2004.04.11
SMTP


6-1075464303
Гвость
2004-01-30 15:05
2004.04.11
Компонент NMPOP3


3-1079343577
Миф
2004-03-15 12:39
2004.04.11
dxDBGrid Filter


3-1081580315
Алексей Комлев
2004-04-10 10:58
2004.04.11
Подскажите SQL запрос


3-1079386235
dfg
2004-03-16 00:30
2004.04.11
DBComboBox показывает только одну строку




   Наверх