![]() |
AdvSmoothButtons ohne Caption
Hallo,
Also ich habe ein bestehendes Programm mit den Standard Buttons, jetzt möchte ich diese durch AdvSmoothButtons ersetzen, jedoch wenn ich eins erstelle steht das da ohne Caption obwohl ich etwas im Objektinspektor eingetragen habe. |
AW: AdvSmoothButtons ohne Caption
Bei mir geht das ohne weiteres...:-D
Delphi-Quellcode:
unit Unit1;
interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, AdvSmoothButton; type TForm1 = class(TForm) AdvSmoothButton1: TAdvSmoothButton; Button1: TButton; private { Private-Deklarationen } public { Public-Deklarationen } end; var Form1: TForm1; implementation {$R *.dfm} end. |
AW: AdvSmoothButtons ohne Caption
Ja der Button wird bei mir auch angezeigt aber mich würde es interessieren warum ich den Inhalt spirch den Caption Text nicht sehe :( ?
|
AW: AdvSmoothButtons ohne Caption
Hast du vielleicht ShowCaption auf False gesetzt?
|
AW: AdvSmoothButtons ohne Caption
Zitat:
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 22:47 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-2025 by Thomas Breitkreuz