What is the function of inheritance in delphi?
No Answer is Posted For this Question
Be the First to Post Answer
How to Change the owner of a component at runtime ?
How to Send an image to the printer ?
How to Move a form by clicking in its client area ?
How to use the Find Error entry under the search heading of the menu bar?
How to Save a QuickReport custom preview to text?
What if I do not have a CD-ROM drive?
Is there any way to record a keyboard macro in the IDE?
what are Safe Mode and VGA mode?
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 Display a bitmap on the client area of an MDI parent form?
How to have a TBitBtn component that has a word wrapped caption?
How to Create a delay without a timer?