The TCommonDialog.Title property is flagged as nodefault.

Without this change, Title property equal to '' is not saved to .lfm file.
This commit is contained in:
Sergey Larin 2022-02-20 13:35:22 +03:00
parent 3964d9db3b
commit b85417a330

View File

@ -131,7 +131,7 @@ type
property OnCanClose: TCloseQueryEvent read FOnCanClose write FOnCanClose;
property OnShow: TNotifyEvent read FOnShow write FOnShow;
property HelpContext: THelpContext read FHelpContext write FHelpContext default 0;
property Title: TTranslateString read FTitle write FTitle stored IsTitleStored;
property Title: TTranslateString read FTitle write FTitle stored IsTitleStored nodefault;
end;