fr de es it nl pl pt pt_BR mk sq ca ar fa vi ja ru zh zh_TW eo
Home > lang > export
 
Edit  Rename  Undo  Refresh   
Documentation
History  
EXPORT - History
07/19/2008 13:02:02 - gambas
..............................................................................   ..............................................................................
}                                                                                }                                                                             
                                                                                                                                                               
{seealso                                                                         {seealso                                                                      
[cat/object]                                                                     [cat/object] [/doc/object-model]                                               
}                                                                                }                                                                             
                                                                                                                                                               
07/19/2008 13:01:17 - gambas
..............................................................................   ..............................................................................
                                                                                                                                                               
That means that this class will be visible from the outside when making a [../   That means that this class will be visible from the outside when making a [../
                                                                                                                                                               
                                                                                 If the *[../optional]* keyword is specified, then the class will be exported o 
                                                                                 no other previously loaded component has already exported a class with the sam 
                                                                                                                                                                
{example                                                                         {example                                                                      
' Gambas class file                                                              ' Gambas class file                                                           
'                                                                                '                                                                             
..............................................................................   ..............................................................................
...                                                                              ...                                                                           
}                                                                                }                                                                             
                                                                                                                                                               
If the *[../optional]* keyword is specified, then the class will be exported o                                                                                 
no other previously loaded component has already exported a class with the sam                                                                                 
                                                                                                                                                               
{seealso                                                                         {seealso                                                                      
[cat/object]                                                                     [cat/object]                                                                  
}                                                                                }                                                                             
..............................................................................   ..............................................................................
07/19/2008 13:01:05 - gambas
{syntax                                                                          {syntax                                                                       
*EXPORT*                                                                         *EXPORT* [ *OPTIONAL* ]                                                        
}                                                                                }                                                                             
                                                                                                                                                               
This keyword, when placed alone at the beginning of a class file declares the    This keyword, when placed alone at the beginning of a [../../def/class] file d 
                                                                                                                                                               
That means that this class will be visible from the outside when making a comp   That means that this class will be visible from the outside when making a [../ 
                                                                                                                                                               
{example                                                                         {example                                                                      
' Gambas class file                                                              ' Gambas class file                                                           
..............................................................................   ..............................................................................
...                                                                              ...                                                                           
}                                                                                }                                                                             
                                                                                                                                                               
                                                                                 If the *[../optional]* keyword is specified, then the class will be exported o 
                                                                                 no other previously loaded component has already exported a class with the sam 
                                                                                                                                                                
{seealso                                                                         {seealso                                                                      
[cat/object]                                                                     [cat/object]                                                                  
}                                                                                }                                                                             
..............................................................................   ..............................................................................
03/09/2006 17:29:53 - gambas
Creation