How to Creat a flashing icon ?
No Answer is Posted For this Question
Be the First to Post Answer
How to Pass TPrinter handle to GetDeviceCaps() ?
How to do a locate on a non-indexed field?
Specify a DefaultExpression for a TField object?
How to Convertan integer into a binary string?
How to Change the owner of a component at runtime ?
How to detect the full path or filename of a DLL?
How to create indexes with the TTable create function?
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!
I am trying to call from Delphi and it GPFs. Whats up?
How to use sets in code, such as adding to TDBGrid.Options, at run time?
What is the target load order?
How does inheritance operate when using the object of the classes?