DIAdem Help

Collection: Lines

  • Mise à jour2024-09-12
  • Temps de lecture : 2 minute(s)

Collection: Lines

Collection of all the Lines in an entry field in user dialog boxes.

The following example displays all the lines of an entry field:

Dim i
For i = 1 To Editbox1.Lines.Count
  Call MsgBoxDisp(i & ", " & EditBox1.Lines.Item(i).Text)
Next

Properties

Count

Methods

Item