Skip to content

window_get_caption

CryoEagle edited this page Jan 10, 2019 · 3 revisions

window_get_caption

Returns window caption

Syntax:

window_get_caption()

Returns: string

Description:

Returns window caption from window where is object currently using this code.

Example:

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

Clone this wiki locally