Futurebasic/Language/Reference/def setbuttontextstring
Syntax
editDEF SETBUTTONTEXTSTRING
Revised
editFebruary, 2002 (Release 6)
Description
editThis Appearance Manager call changes the text string for a control. The two required parameters are the button's reference number and the new text in the form of a Pascal string. APPEARANCE BUTTON 1,1,,,,"",¬
(10,10)-(200,30),_kControlEditTextProc
DEF SETBUTTONTEXTSTRING( 1, "Editable" ) APPEARANCE BUTTON 2,1,,,,"",¬
(10,50)-(200,80),_kControlStaticTextProc
DEF SETBUTTONTEXTSTRING( 2, "Static" )
See Also
editDEF SETBUTTONDATA, BUTTON function, APPEARANCE BUTTON, BUTTONTEXTSTRING$; DEF SETBUTTONFONTSTYLE