![]() |
AW: Array of String zu TStrings
Zitat:
|
AW: Array of String zu TStrings
So der Ordnung halber hier meine verwendete Loesung:
Code:
Gruss Jakunar
const
MyStrArray: Array[0..1023] of String = ('1', '2', '3', '4', '5', ..); var i: Word; begin ComboBox1.Items.BeginUpdate; ComboBox1.Clear; for i := Low(MyStrArray) to High(MyStrArray) do ComboBox1.Items.Add(MyStrArray[Cnt]); ComboBox1.Items.EndUpdate; end; |
Alle Zeitangaben in WEZ +1. Es ist jetzt 13:53 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