How to Create a custom TInplaceEdit for TDBGrid ?
No Answer is Posted For this Question
Be the First to Post Answer
How to Free an object stored in a list?
I am trying to call from Delphi and it GPFs. Whats up?
How to Get a cool menu in your application?
How to get the date of the last day in the current month?
How tough is it to learn Delphi?
How to draw transparent text onto a TBitmap ?
Can ALTER TABLE statment on Paradox tables removes passwords ?
How to create indexes with the TTable create function?
Why can?t we connect to an Access database using the BDE and native MSACCESS driver?
How to Determine if a combobox is in dropped state?
How to get the default Windows folders ?
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!