Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2005.10.09;
Скачать: CL | DM;

Вниз

Определение property   Найти похожие ветки 

 
webpauk   (2005-09-16 16:51) [0]

есть массив fMassiv: array of Integer;
как определить property Massiv: ? read ?

подробнее:
Tmassiv = class
private
  fMassiv: array of Integer;
public
  constructor Create;
  destructor Destroy; override;
 
  property Massive: ? read ? ;
end;


 
Ega23 ©   (2005-09-16 16:53) [1]


Type
TMyArray:array of Integer;

Tmassiv = class
private
 fMassiv: TMyarray;
public
 constructor Create;
 destructor Destroy; override;

 property Massive: TMyArray Read fMassive Write SetfMassive;
end;

?


 
Digitman ©   (2005-09-16 16:55) [2]

type

 TMassiv = array of Integer;

Tmassiv = class
private
 fMassiv: TMassiv;
public
 constructor Create;
 destructor Destroy; override;
 
 property Massive: TMassiv read fMassiv;
end;


 
webpauk   (2005-09-16 16:57) [3]

ok



Страницы: 1 вся ветка

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

Наверх




Память: 0.47 MB
Время: 0.064 c
5-1101811719
Anatoly
2004-11-30 13:48
2005.10.09
Открытие формы в design-time


14-1126749354
Ученик чародея
2005-09-15 05:55
2005.10.09
Почитал Орешник...


8-1116517391
Expl
2005-05-19 19:43
2005.10.09
Двигать изображение в TImage


14-1127044917
Yeg
2005-09-18 16:01
2005.10.09
Помогите найти D(y)...


14-1127144234
Juice
2005-09-19 19:37
2005.10.09
Самые крутые db-aware ?