Главная страница
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.054 c
10-1105421249
Руслан
2005-01-11 08:27
2005.10.09
ExcelApplication


14-1125337171
Rem
2005-08-29 21:39
2005.10.09
Список стран и городов


3-1125429663
stals
2005-08-30 23:21
2005.10.09
Народ! Срочно нужен пример!!!


4-1123996431
zero-g
2005-08-14 09:13
2005.10.09
Баги при использования com-интерфейса


14-1124903150
Aldor
2005-08-24 21:05
2005.10.09
Ссылку на гимн Украины (mp3) кто-нибудь подскажет?