STRING

Definition

STRING [id]
{
  [Common flags]
}

Description

Represents String objects in a container, displayed as an edit field.

Note
Use STATICTEXT for static text fields, and the MULTISTRING custom GUI for strings with multiple lines (see example below).

Example

STRING DOCUMENT_INFO_COPYRIGHT { ANIM OFF; CUSTOMGUI MULTISTRING; SCALE_V; WORDWRAP; }
@ DOCUMENT_INFO_AUTHOR
Definition: ddoc.h:48
@ DOCUMENT_INFO_COPYRIGHT
Definition: ddoc.h:49
CUSTOMGUI
Custom GUI. (CustomGuiData)
Definition: ge_prepass.h:18
OFF
No loop.
Definition: ge_prepass.h:0
#define STRING
Definition: token.h:16

Further Reading