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

TTemplateApplication.DeclareBoolean

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

Declaration

Source position: upasconf.pas line 649

public procedure TTemplateApplication.DeclareBoolean(

  const Name: string;

  Value: Boolean;

  Kind: TVarKind

);