What are the different ways of defining array sizes?
No Answer is Posted For this Question
Be the First to Post Answer
I'm using Delphi 4/5 and have am trying to fill a RichEdit control with both European characters and Thai characters - while I can change character colours the font stays with what was selected for the control:- reLangB.SelAttributes.Color :=dCol; reLangB.SelAttributes.Name :=FontName[dLang]; reLangB.SelAttributes.Charset :=FontChar[dLang]; reLangB.SelAttributes.Style :=[]; reLangB.Lines.Add(dText); The FontName and FontChar arrays contain the font info, and using a similar method for Captions and EditBoexes works! Anybody any ideas? Thanx in advance!
What is DBGo?
How to Get the date of a file using Delphi?
How to Get the size of the desktop?
How to eject a CD-ROM in code?
How to Create a delay without a timer?
What are the Differences in the install paths for Kylix?
What is the procedure to connect delphi application to ms access database?
what is Object Activation ?
How to Flush binary file from disk cache to disk ?
How to Generate a Windows Console Application?
How to Connect to a remote CORBA server?