LM_SimpleDialog:OnOK()

Version added: before 9.5
This function is called if the user presses the dialog's OK button

Return value:

void none
This function is called if the user presses the dialog's OK button. When this function is called, you should read the values from the user interface controls and act on them in some way appropriate to the dialog's intended purpose.
<< Back to LM_SimpleDialog