# Dialog Title
Grammar — dialog title
Flags —Native
|Function
Returns the title text of the dialog.
# Arguments
int
<dialog> — Dialog
Returns — text
native text DialogGetTitle(int dialog);
# Related
Category: Dialog / Dialogs
- Create Dialog —
int
<dialog> — DialogCreate - Show/Hide Dialog —
void
— DialogSetVisible - Set Dialog Title —
void
— DialogSetTitle - Last Created Dialog —
int
<dialog> — DialogLastCreated - Dialog Is Visible —
bool
— DialogIsVisible - Dialog Title —
text
— DialogGetTitle
# Examples
— None found —