This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v20 R7
Multistyle Text
|
Constant | Type | Value | Comment |
ST 4D Expressions as sources | Longint | 2 | The original string of 4D expression references is returned |
ST 4D Expressions as values | Longint | 1 | 4D expression references are returned in their evaluated form (default functioning in forms) |
ST End highlight | Longint | -1001 | Designates last character of current text selection in object (*) |
ST End text | Longint | 0 | Designates last character of text contained in object |
ST Expression type | Longint | 2 | Selection contains only an expression reference |
ST Expressions display mode | Longint | 1 | The value parameter can contain ST Values or ST References |
ST Mixed type | Longint | 3 | Selection contains at least two different types of contents |
ST Picture type | Longint | 6 | Selection contains only a picture (4D Write Pro areas only) |
ST Plain type | Longint | 0 | Selection contains text and no references |
ST References | Longint | 1 | Display source strings of expressions |
ST References as spaces | Longint | 0 | Each reference is returned as a non-breaking space character (default operation, used by other commands) |
ST Start highlight | Longint | -1000 | Designates first character of current text selection in object (*) |
ST Start text | Longint | 1 | Designates first character of text contained in object |
ST Tags as plain text | Longint | 64 | The label of the tag is returned in plain text. For example for the tag '<img src="test.jpg" alt="picture">my picture</img>', the plain text is "my picture" (default functioning in forms) |
ST Tags as XML code | Longint | 128 | The XML code of the tag is returned in plain text. For example for the tag '<img src="test.jpg" alt="picture">my picture</img>', the plain text is '<img src="test.jpg" alt="picture">my picture</img>' |
ST Text displayed with 4D Expression sources | Longint | 86 | Returns the text as it is shown in the forms with the original string of the 4D expressions. Corresponds a predefined combination of constants 2+4+16+64. |
ST Text displayed with 4D Expression values | Longint | 85 | Returns the text as it is shown in the forms with the 4D expressions in their evaluated form. Corresponds to a predefined combination of constants 1+4+16+64. |
ST Unknown tag type | Longint | 4 | Selection contains only an unknown tag type |
ST URL as labels | Longint | 4 | The visible label of URLs is returned, for example "Visit our Web site" (default functioning in forms) |
ST URL as links | Longint | 8 | The link is returned, for example "http://www.4d.com" |
ST URL type | Longint | 1 | Selection contains only a URL reference |
ST User links as labels | Longint | 16 | The visible label of the user link is returned (default functioning in forms) |
ST User links as links | Longint | 32 | The contents of the user link is returned |
ST User type | Longint | 5 | Selection contains only a custom reference |
ST Values | Longint | 0 | Display computed values of expressions |
ST COMPUTE EXPRESSIONS
ST FREEZE EXPRESSIONS
ST GET ATTRIBUTES
ST Get content type
ST Get expression
ST GET OPTIONS
ST Get plain text
ST Get text
ST GET URL
ST INSERT EXPRESSION
ST INSERT URL
ST SET ATTRIBUTES
ST SET OPTIONS
ST SET PLAIN TEXT
ST SET TEXT
Product: 4D
Theme: List of constant themes
4D Language Reference ( 4D v20 R7)