| Quintiq file version 2.0 | 
| #parent: #root | 
| Method InitializeItemExport | 
| { | 
|   Description: 'Clear the cache and add the first line' | 
|   TextBody: | 
|   [* | 
|     // Clean ItemCache attribute | 
|     this.ItemCache( '' ); | 
|      | 
|     // Flush relation LibSCIItem | 
|     this.LibSCIItem( relflush ); | 
|      | 
|     header := LibSCIItem::GetHeader(); | 
|     this.ItemCache( header ); | 
|   *] | 
| } |