SelectAll

Parent Previous Next

SelectAll

This function will give the focus to a Text-Box object and select all the text, that is, if a text-box object is "focused" the user will be able to type data into it.


Function Definition:


void SelectAll();



To configure this function, follow the steps below:


1.   In an object event, configure the SelectAll() function: TextBoxObjectName.SelectAll();


2.   During the execution of RunTime, run the configured event.


  

 

Note: This property exists only to the following objects:

.     Text-Box