Take a look here:

http://www.delphibasics.co.uk/RTL.asp?Name=Set

/Chrizz


Message from John Samperi <[EMAIL PROTECTED]> received on
2005-11-15 09:26
                                                                                
                                               
                                                                                
                                               
                2005-11-15        John Samperi <[EMAIL PROTECTED]>              
                                     
                  09:26                                                         
                                               
                                  Please respond to [email protected]        
                                               
                                  Sent by John Samperi <[EMAIL PROTECTED]>      
                                     
                                                                                
                                               

                                                                                
                                             
                                                                                
                                             
                               To:       [email protected]                   
                                             
                               cc:       (bcc: Christer T Johansson/SEROP/ABB)  
                                             
                               Subject:  Re: [lazarus] Synedit error-Bit more   
                                             
                                                                                
                                             




At 07:09 PM 15/11/2005, you wrote:
>Why don't we try Ord() function?

Please elaborate...remember I'm only an OLD beginner :-)

How could I use it in the following:

     myINI.WriteInteger('Editor','Font Style',SynEdit1.Font.Style);

I guess that if I use Christer's code it should change to:

     myINI.WriteInteger('Editor','Font
Style',FontStylesToInteger(SynEdit1.Font.Style));

Correct? And of course add the additional functions.

By the way what is a 'set'? I'm looking it up in D6 PE Help file
to try and understand.

Regards

John Samperi

********************************************************
Ampertronics Pty. Ltd.
11 Brokenwood Place Baulkham Hills, NSW 2153 AUSTRALIA
Tel. (02) 9674-6495       Fax (02) 9674-8745
Email: [EMAIL PROTECTED]
Website  http://www.ampertronics.com.au
*Electronic Design * Custom Products * Contract Assembly
********************************************************


_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
    archives at http://www.lazarus.freepascal.org/mailarchives




_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to