Where are the Delphi 4 InterBase Certificate Keys and IDs
located?
No Answer is Posted For this Question
Be the First to Post Answer
How to create an About Box in Delphi or C++ Builder?
How to Set custom tabstops in a ListBox?
How to Change the owner of a component at runtime ?
Specify a DefaultExpression for a TField object?
What is the function of dynamic arrays?
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!
How to launch a control panel applet?
How to Change the default project directory ?
compare TProvider Component vs. Provider Property ?
How to Convert a TColor value to a HTML Color string ?
How to Provide lookup capability?
How to Determine the last access time of a given file ?