Показать сообщение отдельно
  #8  
Старый 18.03.2012, 10:59
Аватар для Cheetos
Cheetos Cheetos вне форума
Прохожий
 
Регистрация: 27.09.2011
Адрес: Тульская область
Сообщения: 18
Версия Delphi: 7
Репутация: 10
По умолчанию

Цитата:
Сообщение от dr. F.I.N.
Пробовал добавить stored?
Код:
property Title: TPanel read GetPanel write SetPanel stored true;
Delphi Help:
The stored directive must be followed by True, False, the name of a Boolean field, or the name of a parameterless method that returns a Boolean value. For example,

property Name: TComponentName read FName write SetName stored False;

If a property has no stored directive, it is treated as if stored True were specified.


А вообще пробовал - не помогает.

Вопрос по-прежнему открыт
Ответить с цитированием