![]() |
AW: Phänomen RadioGroup
Asso :lol:
Delphi-Quellcode:
-1 = nix ist ausgewählt
var
a : Integer; begin a := RadioGroup1.ItemIndex; if a >= 0 then ShowMessage(RadioGroup1.Items[a]) else ShowMessage('[nix]'); end; // bzw. (der Zugriff auf dieses ItemIndex ist recht flott) begin if RadioGroup1.ItemIndex >= 0 then ShowMessage(RadioGroup1.Items[RadioGroup1.ItemIndex]) else ShowMessage('[nix]'); end; |
Alle Zeitangaben in WEZ +1. Es ist jetzt 09:57 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