GetFocus

Parent Previous Next

GetFocus

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


graphic


Function Definition:


void GetFocus();



To configure this function, follow the steps below:


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


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


  

 

Note: This property exists only to the following objects:

.     Text-Box