[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
String value with CPU and OS conditions
Source position: fpmkunit.pp line 462
type TConditionalString = class(TCollectionItem) |
||
public |
||
procedure Assign(); override; |
|
Assign conditional string from another source |
function Match(); |
|
Check if string matches given CPU and OS |
property Value: string; [rw] |
|
String value for this condition |
|
Operating systems for which this string applies |
|
|
CPU architectures for which this string applies |
|
end; |
|
String value with CPU and OS conditions |
|
| | | ||
| | | ||
| | | ||
TConditionalString represents a string value that can be conditionally applied based on target CPU architecture and operating system. This enables platform-specific configuration in build scripts.
The class provides matching functionality to determine if the string applies to a specific CPU/OS combination, making it the foundation for cross-platform build support.
|
Collection of conditional string values |
|
|
Supported CPU architectures for compilation |
|
|
Supported operating systems for compilation |