Previous: 4.51.1.1. DEFAULT_PALETTE constant To the Table of Contents Next: 4.51.1.3. OG_ERROR_CODE_STR[] constant
4.51.1.1. DEFAULT_PALETTE constant Table of Contents 4.51.1.3. OG_ERROR_CODE_STR[] constant

- 4.51.1.2. -
Table of Contents
4. Standard Units
4.51. ObjGfx40 - ObjectGraphics 4.0 Unit
4.51.1. ObjGfx40 Unit Constants, Variables, and Data Types
4.51.1.2. OG_DATA_STATE_STR[] constant


4.51.1.2. OG_DATA_STATE_STR[] constant

Targets: MS-DOS, Win32 console


ObjGfx40 Unit

The OG_DATA_STATE_STR[] array is the textual representation of the ogDataState enumerated type.

Declaration:
type
  OG_DATA_STATE_STR:array[ ogDataState ] of string[10] =
    ('ogNone', 'ogOwner', 'ogAliasing');
See Also:


Previous: 4.51.1.1. DEFAULT_PALETTE constant To the Table of Contents Next: 4.51.1.3. OG_ERROR_CODE_STR[] constant
4.51.1.1. DEFAULT_PALETTE constant Table of Contents 4.51.1.3. OG_ERROR_CODE_STR[] constant

- 4.51.1.2. -