![]() |
Case of (Von bis)
Hallo zusammen,
Delphi-Quellcode:
Bei dem obigen Code sagt er mir doppeltes Case-Label ?
Case Anzahl_Zeilen of
41 - 1000: begin StringGrid.DefaultRowHeight := 12; StringGrid.RowHeights[0] := 24; StringGrid.Font.Size := 6; end; 31 - 40: begin StringGrid.DefaultRowHeight := 14; StringGrid.RowHeights[0] := 24; StringGrid.Font.Size := 7; end; 21 - 30: begin StringGrid.DefaultRowHeight := 18; StringGrid.RowHeights[0] := 24; StringGrid.Font.Size := 8; end; 0 - 20: begin StringGrid.DefaultRowHeight := 24; StringGrid.Font.Size := 8; end; end; Was bedeutet das ? Gruss Holger |
Re: Case of (Von bis)
41..1000
|
Re: Case of (Von bis)
Delphi-Quellcode:
Case Anzahl_Zeilen of
41..1000: begin end; 0..40 : begin end; end; |
Re: Case of (Von bis)
Zitat:
Ansonsten hast du ja schon die passende Syntax für deine Wünsche bekommen |
Re: Case of (Von bis)
... das wars, was ich gesucht habe.
Danke Gruss Holger |
Alle Zeitangaben in WEZ +1. Es ist jetzt 20:04 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