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

TTemplateApplication.SetVar

Sets the value of a configuration variable

Declaration

Source position: line 0

public procedure TTemplateApplication.SetVar(

  const Name: string;

  Value: Boolean

);

procedure TTemplateApplication.SetVar(

  Index: Integer;

  Value: Boolean

);

procedure TTemplateApplication.SetVar(

  const Name: string;

  Value: Real

);

procedure TTemplateApplication.SetVar(

  Index: Integer;

  Value: Real

);

procedure TTemplateApplication.SetVar(

  const Name: string;

  Value: Integer

);

procedure TTemplateApplication.SetVar(

  Index: Integer;

  Value: Integer

);

procedure TTemplateApplication.SetVar(

  const Name: string;

  const Value: string

);

procedure TTemplateApplication.SetVar(

  Index: Integer;

  const Value: string

);

Description

Sets configuration variable Name to Value or sets configuration variable number Index to Value.