DIAdemヘルプ

Method: Lines for EditBox

  • 更新日2024-09-12
  • 4分で読める

Method: Lines for EditBox

Returns a collection of the rows in a textbox in user dialog boxes.

Set oLines = Object.Lines
ObjectEditBox
Object with this method
oLinesLines
Returned object

The following example displays the contents of the first EditBox1 textbox:

Call MsgBoxDisp(EditBox1.Lines.Item(1).Text)