How to Prevent the TEdit component from beeping when invalid ?
No Answer is Posted For this Question
Be the First to Post Answer
How to get serial number of my drive ?
How to Create a PolyPolygon using a point array?
What directory is the ActiveForm in ?
How to Migrate a project from Delphi 1 or 2 to Delphi 3 ?
Do I have to know a lot about the Windows API to use Delphi?
Why won't the virtual key codes work in program?
How to retrieve the position of the cursor?
When I try to execute sql query from delphi7 it throws the following exception ORA-01704: string literal too long. I know the reason why its throwing this exception. My problem is.... I have catched this exception throw Try.... Except block.....In except block i am performing rollback..... due to above error its also throwing exception in rollback transaction...........due to rollback exception...........it had created some problem in connection...........every time when i try to open or close a connection it throws an exception " Operation is not allowed when the object is open"
How to Use global values in our application ?
How to Customize TTrackBar?
What is the procedure to access the database from delphi?
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!