News

Using jqGrid with ASP.NET MVC: Deleting Records

Author: Craig Stuntz This is the fifth post in a series on using jqGrid with ASP.NET MVC. Today, we’re going to begin examining the grid’s editing features by implementing deletes. If you’re new to the series, you might want to start at the beginning. The delete feature of jqGrid is, oddly, almost entirely undocumented, even though there quite a few examples of different methods of…
Read more
Delphi

Working with cookies

Author: Embarcadero USA Technical Information Database TI4523D.txt - Working with cookies Category :Internet/WEB Platform :All-32Bit Product :All32Bit, Description: The purpose of this document is not to explain what a cookie is or what it is used for. Instead this document assumes that you are familiar with the use of cookies and want to know how to work with them when developing…
Read more
C++

Unknown Internal Operating System Error

Author: quinn Question and Answer Database FAQ3749B.txt Unknown Internal Operating System Error Category :BDE Platform :Win95/NT Product : BC++5.x C++Builder1.0 C++Builder3.x Delphi2.x Delphi3.x Delphi4.x Question: Why am I getting an Unknown Internal Operating System Error when opening a Paradox or dBASE Table? Answer: This error can occur when attempting to open a…
Read more
Delphi

Custom InPlace Editor in StringGrid

Author: Embarcadero USA Question and Answer Database FAQ2434D.txt Custom InPlace Editor in StringGrid Category :VCL Platform :All Product :Delphi 3.x Question: How can I popup my own inplace editor (such as a combobox) in a string grid cell? Answer: The…
Delphi

Setting a transparent background color for TImageList

Author: Embarcadero USA Question and Answer Database FAQ2346D.txt Setting a transaprent background color for TImageList Category :Miscellaneous Platform :All Product :Delphi 3.x Question: How do I set the transparent color in an TImageList so the background color doesn't show? Answer: Use the TImageList.AddMasked(Bitmap: TBitmap; MaskColor: TColor) method. You can either pass the…
Read more