Adds example sources to the collection
Source position: fpmkunit.pp line 915
public function TSources.AddExample( |
const AFiles: string |
const AFiles: string; |
AInstallSourcePath: string |
):TSource; |
AFiles |
|
List of example files to add |
Newly created example source item
AFiles |
|
List of example files to add |
AInstallSourcePath |
|
Installation path for example sources |
Creates and adds a new example source entry that specifies example program files to be installed in the examples directory. Examples demonstrate usage of the package functionality and serve as learning resources.
Example files help users understand how to properly use the package APIs and provide working code samples for common use cases.