-
-
Notifications
You must be signed in to change notification settings - Fork 18
window_get_caption
CryoEagle edited this page Jan 10, 2019
·
3 revisions
Returns window caption
window_get_caption()
Returns: string
Returns window caption from window where is object currently using this code.
string win_caption = window_get_caption();
show_debug_message(win_caption);
The above code will return caption of currently using window.
Back to window-functions