Checks if a subtarget is allowed for this target
Source position: fpmkunit.pp line 778
public function TTarget.SubTargetAllowed( |
const aSubTarget: string |
):Boolean; |
aSubTarget |
|
Subtarget name to check |
True if subtarget is allowed, False otherwise
Returns True if the specified subtarget name is allowed for this target type.
Different target types support different subtargets (e.g., units vs programs).