用法
评论
建议
取 消
确 定
(defun dcl:begin-cluster (cluster-type label) "开始 dcl 容器类控件。与 dcl:end-cluster 成对使用。cluster-type: row,column,boxed_row,boxed_column,boxed_radio_row,boxed_radio_column" "" "(dcl:begin-cluster \"row\"\n \"\")(progn (dcl:mtext \"mt\"\n 8 100 )(dcl:paging t)\n (dcl:end-cluster))" (if (member cluster-type (quote ("row" "column" "radio_row" "radio_column" "boxed_row" "boxed_column" "boxed_radio_row" "boxed_radio_column"))) (write-line (strcat ":" cluster-type "{" (if (/= "" label) (strcat "label=\"" label "\";") "")) dcl-fp) (write-line ":row{" dcl-fp)))
函数库使用说明
应用包
技术支持
统计信息
函数库规模: 772 个
函数库类别: 54 种
上传记录
刷新