[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'UPasConf' (#Pkg)

TTemplateApplication.DeclarePath

Declares a path configuration variable named Name. Sets its default value to Value and its kind to Kind.

Declaration

Source position: upasconf.pas line 670

public procedure TTemplateApplication.DeclarePath(

  const Name: string;

  const Value: string;

  Kind: TVarKind

);