[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Collection of conditional destination strings
Source position: fpmkunit.pp line 511
type TConditionalDestStrings = class(TConditionalStrings) |
||
public |
||
constructor Create(); |
|
Creates conditional destination strings collection |
function Add(); |
|
Adds conditional destination string with path mapping |
property ConditionalStrings []: TConditionalDestString; default; [rw] |
|
Indexed access to conditional destination strings |
end; |
|
Collection of conditional destination strings |
|
| | | ||
|
Collection of conditional string values |
|
| | | ||
| | | ||
| | | ||
TConditionalDestStrings is a specialized collection that manages multiple TConditionalDestString objects.
This class provides methods for adding, searching, and retrieving conditional destination strings based on platform criteria.
It enables efficient management of platform-specific file installation paths and destinations in build systems.