Class DConfigType
Delphi configurations types
Inheritance
object
DConfigType
Namespace: IdeProjectFileEditor
Assembly: BuildSystem.Utils.dll
Syntax
public sealed class DConfigType : Enum
Fields
pAll
All configuration types
Declaration
public const DConfigType pAll = 0
Field Value
Type | Description |
---|---|
DConfigType |
pDebug
Debug configuration type
Declaration
public const DConfigType pDebug = 1
Field Value
Type | Description |
---|---|
DConfigType |
pRelease
Release configuration type
Declaration
public const DConfigType pRelease = 2
Field Value
Type | Description |
---|---|
DConfigType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
int |