GetTextObject

For a Button object named myButton, to hide the button text, use the following syntax:

BtnText = myButton.GetTextObject();
BtnText.Hide;

Close