簡體   English   中英

動態創建復選框

[英]Creating a check box dynamically

我們可以在正在進行的 window 上動態創建一個復選框嗎? 實際上,我已經動態創建了組合框、框架、填充,但不知道如何動態創建復選框。

display "Example" skip(2) with frame a width 80.

define variable h as handle no-undo.
create toggle-box h assign
  row = 2
  column = 1
  label = "hi there"
  frame = frame a:handle
  sensitive = true
  visible = true
.

wait-for window-close of current-window.

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM