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

Вниз

deafult .... что же это значит??   Найти похожие ветки 

 
jonni ©   (2005-02-24 17:55) [0]

Создаю property для своего Class.
Возник вот какой вопрос.....
Если проситать определение DEFAULT интересено вот что:

//-------------------------------------------
Note Declaring a default value in the property declaration does not actually set the property
to that value. It is your responsibility as the component writer to ensure that the
component’s constructor actually sets the property to that value.
//-------------------------------------------

Получается что Default вообще ни на что невлияет.
Нужно самому в Сreate присваиваит значение.

Зачем же вообще нужно default???


 
Shirson ©   (2005-02-24 17:59) [1]

The optional stored, default, and nodefault directives are called storage specifiers. They have no effect on program behavior, but control the way runtime type information (RTTI) is maintained. Specifically, storage specifiers determine whether or not to save the values of published properties in form files.


 
Anatoly Podgoretsky ©   (2005-02-24 18:25) [2]

Как же не влияет, а это что It is your responsibility as the component writer to ensure that the component’s constructor actually sets the property to that value.


 
Набережных С. ©   (2005-02-24 18:44) [3]


> Получается что Default вообще ни на что невлияет.
> Нужно самому в Сreate присваиваит значение.

В данном ключе это служит для того, чтобы значение по умолчанию не сохранялось в ресурсах. Зачем его сохранять, если оно и так будет присвоено.



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

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

Наверх




Память: 0.47 MB
Время: 0.023 c
4-1106136295
ShiZ
2005-01-19 15:04
2005.03.13
Отлавливание сигналов с клавиатуры.


3-1107950887
Kat
2005-02-09 15:08
2005.03.13
запрос, выбирающий записи с одинковым содержимым полем


1-1109736546
01
2005-03-02 07:09
2005.03.13
Node.Data - указатель на структуру...


1-1109318590
vitge
2005-02-25 11:03
2005.03.13
Дизайн компонентов


1-1109451370
0x010012
2005-02-26 23:56
2005.03.13
Что то не то!