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