Possibility to Change Captions of Back, Edit and Down Buttons in TMSFNCTableView

Is it possible to change the captions in the [Back], [Edit] and [Done] buttons of TMSFNCTableView cotrol?
T.I.A
Dionisis

Hi,

You can access the buttons with the public properties:

TMSFNCTableView1.EditButton.Text := 'test';

many thanks for your support. Problem solved.
T.I.A
Sakis