Quantcast
Channel: Xojo Programming Forum - Latest topics
Viewing all articles
Browse latest Browse all 3992

IllegalCast while scanning Controls on a Window

$
0
0

The code below returns an IllegalCastException on Next:

For Each c As Control In Self.Controls
  Select c IsA TextField
// havin Case or not change nothing to the matter
  End Select
Next

In the mean time, I will use If Then block…

22 posts - 5 participants

Read full topic


Viewing all articles
Browse latest Browse all 3992

Trending Articles