Check if string matches given CPU and OS
Source position: fpmkunit.pp line 469
public function TConditionalString.Match( |
aCPU: TCpu; |
aOS: TOS |
):Boolean; |
const aValue: string; |
aCPU: TCpu; |
aOS: TOS |
):Boolean; |
aCPU |
|
CPU architecture to check against |
aOS |
|
Operating system to check against |
True if string matches the platform criteria
aValue |
|
Optional string value to match against |
aCPU |
|
CPU architecture to check against |
aOS |
|
Operating system to check against |
Match evaluates whether this conditional string applies to the specified CPU architecture and operating system.
The method returns True if the string's conditions match the provided platform parameters.
This is the core functionality that enables platform-specific string selection in build configurations.