Hello world!,   


   
.  MIDletPascal, 
 File &gt; New Project...   Project
name    
, , FirstProgram,  
Project location  
  (  
).   Project type
  
 Default MIDP project  
 Create.  
  
 :


<pre>program FirstProgram;
begin
 drawText('Hello world!', 0, 0);
 repaint;
 delay(2000);
end. </pre>


 DrawText 
  ,  
     
,   
  . repaint
  (Canvas), 
delay   
 , 
  (1  = 1000 ), 
   
,     .


 ,   
    
    
,   
    .
,  
-   
  
   
 repaint. .. ,
     
 repaint,   
   .


   
 F7  Build project
(  Project &gt; Build project) 
  
.    
,     
  - Build finished
successfully!,   
 Build terminated due to errors.
   
 MIDletPascal.   
  Delphi  Kylix,  
 -    
,  
  .
    (
 )    
 (   
)     . 
    -
Files  Properties.  
Files  
   
,   Properties 
 
: MIDlet name - 
 -;
MIDlet vendor -  /
 ; MIDlet
version -  ; MIDlet
icon -  .  
  :
Name -  ;
MIDlet type -  
,  : lassic MIDlet -
  , MIDP2.0
Fullscreen -   
  (  
    , 
 -  -), NokiaAPI
Fullscreen -   ,  
,   
  Nokia. MIDP version -
   MIDP
(   
 ).