Unit 'fpmkunit' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TSources.SourceItems

Indexed access to source files in the collection

Declaration

Source position: fpmkunit.pp line 923

public property TSources.SourceItems[Index: Integer] : TSource
  read GetSourceItem
  write SetSourceItem;
  default;

Description

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.


Documentation generated on: Dec 15 2025