Class DBinOutType
Delphi binary output types
Inheritance
object
DBinOutType
Namespace: IdeProjectFileEditor
Assembly: BuildSystem.Utils.dll
Syntax
public sealed class DBinOutType : Enum
Fields
DRC
.drc file
Declaration
public const DBinOutType DRC = 2
Field Value
Type | Description |
---|---|
DBinOutType |
MAP
.map file
Declaration
public const DBinOutType MAP = 1
Field Value
Type | Description |
---|---|
DBinOutType |
RSM
.rsm file
Declaration
public const DBinOutType RSM = 0
Field Value
Type | Description |
---|---|
DBinOutType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
int |