Indexed access to source files in the collection
Source position: fpmkunit.pp line 923
public property TSources.SourceItems[Index: Integer] : TSource |
SourceItems provides indexed access to individual source files in the TSources collection. This property allows retrieving TSourceItem objects by their numerical index.
The index is zero-based and must be within the range 0 to Count-1. Each source item contains information about a single source file including its name, path, and installation settings.