Adds an example program target to the collection
Source position: fpmkunit.pp line 871
public function TTargets.AddExampleProgram( |
const AProgramName: string |
const AProgramName: string; |
const OSes: TOSes |
const AProgramName: string; |
const CPUs: TCPUS; |
const OSes: TOSes |
):TTarget; |
AProgramName |
|
Name of the example program to create |
Newly created example program target
AProgramName |
|
Name of the example program to create |
OSes |
|
Target operating systems for example program |
AProgramName |
|
Name of the example program to create |
CPUs |
|
Target CPU architectures for example program |
OSes |
|
Target operating systems for example program |
Creates and adds a new example program target that demonstrates package functionality through executable sample applications.
Example programs provide working demonstrations of package features and serve as practical documentation for developers.