some functions that are useful for operating with the enums defined in Ict.Common
More...
some functions that are useful for operating with the enums defined in Ict.Common
◆ ExecutingOSEnumToString() [1/2]
static String Ict.Common.CommonTypes.ExecutingOSEnumToString |
( |
TExecutingOSEnum |
AExecutingOS | ) |
|
|
inlinestatic |
convert the enum to string for the Operating System
- Parameters
-
AExecutingOS | defines the operating system |
- Returns
- string representing the operating system
◆ ExecutingOSEnumToString() [2/2]
static String Ict.Common.CommonTypes.ExecutingOSEnumToString |
( |
TExecutingOSEnum |
AExecutingOS, |
|
|
Boolean |
ALongDescription |
|
) |
| |
|
inlinestatic |
convert the enum to string for the Operating System
- Parameters
-
AExecutingOS | defines the operating system |
ALongDescription | we want a long description of the OS |
- Returns
- string representing the operating system
◆ ParseDBType()
static TDBType Ict.Common.CommonTypes.ParseDBType |
( |
String |
ADBType | ) |
|
|
inlinestatic |
convert the string to the enum for the RDBMS System
- Parameters
-
ADBType | defines the chosen database system |
- Returns
- enum value
The documentation for this class was generated from the following file: