Is it possible to connect to InterBase from a Delphi app
without using the BDE?
No Answer is Posted For this Question
Be the First to Post Answer
How to Find the column and row of the cursor in a TRichEdit?
what is SQL Parameter binding?
Why is there no "Save" button in the save dialog box?
How to Re-execute export From Table ?
How to Use Form Wizard to Quickly Create a Delphi Form?
How to retrieve a list of assigned properties ?
How to Use an animated cursor?
"Cannot load IDAPI service library" . what does this error mean?
How to Change the default project directory ?
Why IBM hire you only?
1 Answers Goldman Sachs, IBM, Time,
How to easily move a Window control at runtime?
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!