| Description | Hierarchy | Fields | Methods | Properties | 
type TNameFileSettings = class(TCollectionItem)
|  | FLines: TStrings; | 
|  | FModel: TCustomModel; | 
|  | AlternateSolver: boolean; | 
|  | AlternateFlowPackage: boolean; | 
|  | procedure SetLines(const Value: TStrings); | 
|  | Constructor Create(Collection: TCollection); override; | 
|  | Destructor Destroy; override; | 
|  | procedure AssignPropertiesToModel; | 
|  | property Lines: TStrings read FLines write SetLines; | 
|  | FLines: TStrings; | 
|  | FModel: TCustomModel; | 
|  | AlternateSolver: boolean; | 
|  | AlternateFlowPackage: boolean; | 
|  | procedure SetLines(const Value: TStrings); | 
|  | Constructor Create(Collection: TCollection); override; | 
|  | Destructor Destroy; override; | 
|  | procedure AssignPropertiesToModel; | 
|  | property Lines: TStrings read FLines write SetLines; |