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

TTemplateApplication.DeclareInteger

Declares an integer configuration variable named Name. Sets its default value to Value and its kind to Kind.

Declaration

Source position: upasconf.pas line 663

public procedure TTemplateApplication.DeclareInteger(

  const Name: string;

  Value: Integer;

  Kind: TVarKind

);