Find conditional string matching criteria
Source position: fpmkunit.pp line 487
public function TConditionalStrings.Find( |
Value: string; |
aCPU: TCpu; |
aOS: TOS |
Value |
|
String value to search for |
aCPU |
|
CPU architecture to match |
aOS |
|
Operating system to match |
Index of matching conditional string or -1 if not found
Searches for a conditional string that matches the specified value and platform criteria (CPU and OS). Returns the index of the first matching item or -1 if no match is found.
Platform matching considers the CPU and OS sets to determine if the conditional string applies to the specified target platform.