[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Collection of conditional string values
Source position: fpmkunit.pp line 480
type TConditionalStrings = class(TCollection) |
||
public |
||
procedure AddList(); |
|
Add multiple conditional strings from list |
function IndexOf(); |
|
Find index of conditional string matching criteria |
function Find(); |
|
Find conditional string matching criteria |
function Add(); |
|
Add a new conditional string |
property ConditionalStrings []: TConditionalString; default; [rw] |
|
Indexed access to conditional string items |
end; |
|
Collection of conditional string values |
|
| | | ||
| | | ||
| | | ||
TConditionalStrings is a specialized collection that manages multiple TConditionalString objects.
This class provides methods for adding, searching, and retrieving conditional strings based on platform criteria.
It enables efficient management of platform-specific configuration values in build systems.