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