[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Declares an integer configuration variable named Name. Sets its default value to Value and its kind to Kind.
Source position: upasconf.pas line 663
public procedure TTemplateApplication.DeclareInteger( |
const Name: string; |
Value: Integer; |
Kind: TVarKind |
); |