auto
From RAD Studio
Go Up to Keywords, Alphabetical Listing Index
Category
Syntax
[auto] <data-definition> ;
Description
Use the auto modifer to define a local variable as having a local lifetime.
This is the default for local variables and is rarely used.