How is the memory used within an object in delphi?
'Insufficient memory to complete operation' error . what does this indicates?
How to Set Up a C++ Builder or Delphi Form to View InterBase Data?
Why reusing or inheriting from a Remote Data Module is not a good idea?
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 get a list of CDROM drives on a computer?
How to Select an item in a TListView when the checkbox is checked ?
How to Test IDispatch Descendants?
How to Use Delphi or C++ Builder to Run a Query in a Text file ?
Do I have to understand object-oriented programming to use Delphi?
How does one change the default directory that Delphi uses to save projects?
How to get function params from a dll?
How to insert an InterBase BLOb in Delphi using LoadFromFile? 2
'Invalid BLOb handle' error . what does this indicates?
What is DCOM Dependency?