Skip to content

TSdlMessageBoxFlag

Message box flags.

If supported will display warning icon, etc.

Definition

Unit: Neslib.Sdl3.Additional

type TSdlMessageBoxFlag = (Error, Warning, Information, ButtonsLeftToRight, ButtonsRightToLeft)

Enumeration Values

Error = 4

Error dialog


Warning = 5

Warning dialog


Information = 6

Information dialog


ButtonsLeftToRight = 7

Buttons placed left to right


ButtonsRightToLeft = 8

Buttons placed right to left