[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Sets the value of a configuration variable
Source position: line 0
public procedure TTemplateApplication.SetVar( |
const Name: string; |
Value: Boolean |
); |
Index: Integer; |
Value: Boolean |
); |
const Name: string; |
Value: Real |
); |
Index: Integer; |
Value: Real |
); |
const Name: string; |
Value: Integer |
); |
Index: Integer; |
Value: Integer |
); |
const Name: string; |
const Value: string |
); |
Index: Integer; |
const Value: string |
); |
Sets configuration variable Name to Value or sets configuration variable number Index to Value.