Autor Beitrag
JDKDelphi
ontopic starontopic starontopic starontopic starontopic starontopic starofftopic starofftopic star
Beiträge: 115
Erhaltene Danke: 22

WIN2000, XP, WIN 7 , UNIX, LINUX
Assembler für (Z8x, 68xxx,R6000,Intel), DELPHI 6 Enterprise, MAGIC eDeveloper V9+V10, C++, C#,VB, .NET, zertifizierter iBOLT-Programmierer
BeitragVerfasst: Mo 27.12.10 12:06 
Guten Morgen,

Frage: Gibt es die Möglichkeit, die Tooltip-Anzeigezeit eines Steuerelementes zu verlängern?


Für Antworten wäre ich dankbar


Mit Gruß


Moderiert von user profile iconMartok: Topic aus Sonstiges (Delphi) verschoben am Mo 27.12.2010 um 16:37

_________________
Wo andere aufhören, fange ich erst an..
Gerd Kayser
ontopic starontopic starontopic starontopic starontopic starontopic starofftopic starofftopic star
Beiträge: 632
Erhaltene Danke: 121

Win 7 32-bit
Delphi 2006/XE
BeitragVerfasst: Mo 27.12.10 12:40 
user profile iconJDKDelphi hat folgendes geschrieben Zum zitierten Posting springen:
Frage: Gibt es die Möglichkeit, die Tooltip-Anzeigezeit eines Steuerelementes zu verlängern?

ausblenden Delphi-Quelltext
1:
2:
3:
4:
procedure TMainform.FormCreate(Sender: TObject);
begin
  Application.HintHidePause := 10000;
end;
JDKDelphi Threadstarter
ontopic starontopic starontopic starontopic starontopic starontopic starofftopic starofftopic star
Beiträge: 115
Erhaltene Danke: 22

WIN2000, XP, WIN 7 , UNIX, LINUX
Assembler für (Z8x, 68xxx,R6000,Intel), DELPHI 6 Enterprise, MAGIC eDeveloper V9+V10, C++, C#,VB, .NET, zertifizierter iBOLT-Programmierer
BeitragVerfasst: Mo 27.12.10 12:48 
Besten Dank, Gerd Kayser.

Ist zwar im ActiveForm(OCX) benutzt, funktioniert aber genauso.

mit Gruß

_________________
Wo andere aufhören, fange ich erst an..