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

TPackage.ApplyNameSpaces

Applies namespace settings to a filename

Declaration

Source position: fpmkunit.pp line 1061

public procedure TPackage.ApplyNameSpaces(

  aEngine: TBuildEngine;

  aFileName: string;

  aTarget: TCompileTarget

);

procedure TPackage.ApplyNameSpaces(

  aEngine: TBuildEngine;

  aTarget: TCompileTarget

);

Arguments

aEngine

  

Build engine for namespace processing

aFileName

  

Filename to apply namespace settings to

aTarget

  

Build target for namespace processing

Arguments

aEngine

  

Build engine for namespace processing

aTarget

  

Build target for namespace processing

Description

Applies package namespace prefixes and transformations to a filename based on the current namespace settings and the specified build target. This supports namespaced unit organization and naming.


Documentation generated on: Dec 15 2025