![]() |
TFontDialog.Caption?
Die Titelleiste eines TFontDialog zeigt immer 'Schriftart' an.
Wie kann man den Text in der Titelleiste eines TFontDialog definieren? Die Eigenschaft TFontDialog.Caption ist nämlich nicht vorhanden. |
Re: TFontDialog.Caption?
Hallo Peter,
probiere es über das Ereignis OnShow() des Dialogs:
Delphi-Quellcode:
Grüße vom marabu
procedure TDemoForm.FontDialogShow(Sender: TObject);
begin with Sender as TFontDialog do SetWindowText(Handle, 'So geht es'); end; |
Re: TFontDialog.Caption?
Zitat:
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 17:38 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz