Gets list of files to be installed for the package
Source position: fpmkunit.pp line 1046
public procedure TPackage.GetInstallFiles( |
List: TStrings; |
Types: TTargetTypes; |
const aTarget: TCompileTarget |
); virtual; |
List |
|
List to store installation files |
Types |
|
File types to include in installation |
aTarget |
|
Build target for installation files |
Populates the provided list with files that should be installed when deploying this package. The file types parameter controls which categories of files are included in the installation list.