What is the target load order?
No Answer is Posted For this Question
Be the First to Post Answer
How to DetermineDrive Type ?
what is SQL Parameter binding?
How to print a TStringGrid or a TDBGrid ?
How to Move controls at runtime ?
How to Create NonMaintained or .NDX indexes on dBASE Tables?
Can we create stored procedures via Delphi or C++ Builder?
what are Safe Mode and VGA mode?
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 find what the user path is for their Environment Variables?
How to Prevent the TEdit component from beeping when invalid ?
How to Disable ALT-F4 to prevent form closing
How does one change the default directory that Delphi uses to save projects?