Delphi-PRAXiS
Seite 2 von 2     12   

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Programmieren allgemein (https://www.delphipraxis.net/40-programmieren-allgemein/)
-   -   Combobox.Text Read Only (https://www.delphipraxis.net/160083-combobox-text-read-only.html)

Phoenix 27. Apr 2011 06:28

AW: Combobox.Text Read Only
 
Es reicht nun wieder mit dem offtopic, ja?

thomas2009 27. Apr 2011 14:11

AW: Combobox.Text Read Only
 
Ich möchte danach die Strings nicht nur durch Klick auf den kleinen Pfeil aufrufen sondern auch durch Doubleclick auf den Text
Ich möchte durch D.K die Liste (Combobox.Strings) anzeigen lassen
wie geht das ?
Delphi-Quellcode:
procedure TForm1.ComboBox1DblClick(Sender: TObject);
begin
ComboBox1.
end;

Neutral General 27. Apr 2011 14:12

AW: Combobox.Text Read Only
 
*Unsinn*

@himitsu unter mir: Mist! Aber ich lag nah dran :mrgreen:

thomas2009 27. Apr 2011 14:17

AW: Combobox.Text Read Only
 
Zitat:

Zitat von Neutral General (Beitrag 1097213)
DropDown

:( Nein

himitsu 27. Apr 2011 14:18

AW: Combobox.Text Read Only
 
Eine ComboBox ist ein Dropdown-Menü und man mag es kaum glauben,
aber diese Komponente hat auch noch ein Property, Namens DroppedDown, welches auch noch beschreibbar ist. :thumb:

thomas2009 27. Apr 2011 14:21

AW: Combobox.Text Read Only
 
Delphi-Quellcode:
begin
ComboBox1.DroppedDown:=true;
end;
:cyclops:


Alle Zeitangaben in WEZ +1. Es ist jetzt 18:59 Uhr.
Seite 2 von 2     12   

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz