Цитата:
Сообщение от 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.
А вообще пробовал - не помогает.
Вопрос по-прежнему открыт