editboxclear
editboxclear()
將所選取的文字清除
editboxcopy
cut_string:=editboxcopy( )
將所選取的文字復制一份到剪貼簿中 然後將字串放入到變數 cut_string 中
editboxcut
cut_string:=editboxcut( )
將所選取的文字剪下來放到剪貼簿中 然後將這個字串放入到變數 cut_string 中
editboxdisplay
result:=editboxdisplay(string, x_coord, y_coord, height, width)
顯示含有卷軸的文字方塊 string 表示文字 x_coord 表示文字方塊左上角水平的座標 y_coord 表示文字方塊左上角垂直的座標 height 表示文字方塊的高度 width 表示文字方塊的寬度
editboxerase
editboxerase( )
清除由 editboxdisplay() 函數所顯示的文字方塊
editboxgettext
cut_string:=editboxgettext( )
將文字方塊中的所有文字放置到 cut_string 變數中
editboxpaste
editboxpaste( )
將剪貼簿之中的文字貼到游標所在的位置上
editboxundo
editboxundo( )
復原使用者上一次所做的動作
新聞熱點
疑難解答