| [Overview][Types][Classes][Index] | 
Create a new section object
Source position: inifiles.pp line 121
public constructor TIniFileSection.Create(  | 
const AName: string  | 
);  | 
AName  | 
  | 
Name for the section  | 
Create instantiates a new TIniFileSection class, and sets the name to AName. It allocates a TIniFileKeyList instance to keep all the key/value pairs for this section.
  | 
Key list object  |