table box editable yes/no

how to set my table box editable to yes or no programiticaly?

Set the Name property of the table box, then reference it by CurrForm.TheNameYouGaveIt.EDITABLE := TRUE;