Add Embedded Image to Body of Email Add empty row to Datagridview Add EncodingType to Nonce element on SOAP Message (WS-Security) Add fonts to resources file Add hexidecimal character to a string Add IList to IList Add Images to DatagridView Cell Add months to GETDATE() function in sql...
If you have ever tried to build a COM add-in for MS Excel, then you certainly know that the most complex part of creating such add-ins is awful COM complexities that you need to deal with. Add-in Express for Delphi VCL can considerably ease the process for you. Add-in Express will ...
A demo program to accompany this article (and the relatedarticle) can be found in thedelphidabbler/article-demosGit repository on GitHub. You can view the code in thearticle-02+03sub-directory. Alternatively download a zip file containing all the available demos by going to the repository's l...
Can I call a .NET dll from unmanaged C++ Or Delphi code without registering the .NET COM object Can I Load Animated Gif into Dialog Box for MFC Application? Can I target Windows 7 while using SDK 10.0.15063.0? can no longer drag arrow to change next statement to execute in vs05 Can n...
Further information can be found in Delphi's Windows API help file. When implementing IDropTarget we may need to examine the data object, the permitted drop effects and the modifier keys to answer the following questions: Can we accept the object? How should we handle the object if dropped?
Another complication is that when a window is maximised Delphi updates theWidth,Height,LeftandTopproperties of the form to the window's maximised size and position. This means that closing a maximised window stores the maximised size in the registry. When the program is run again it appears max...
What Is a Dreamweaver Image Map? When youadd a link tag to an image in Dreamweaver, the entire graphic becomes onehyperlinkto a single destination. Image maps, on the other hand, can include multiple links mapped to specific coordinates on the graphic. For example, you could create an image...
Some of the use case needs to view the Multi Details Appearance for a List item in a ListView .e.g Selecting Multiple items Add or Delete from a List with Multi Detail information.Delphi/C++ Builderoffers robust components to do the job at design time or runtime with less code a...
C# Button-How to add image or icon c# byte and bit conversion c# byte array size C# calculate age c# capture problem records in SqlBulkCopy C# Cast derived class type to this of parent class using Type C# change label font size to fit par...
Then add OpenPictureDialog (from Dialogs palette) to your form and use this code: procedure TForm1.cxImage1PropertiesCustomClick(Sender: TObject); begin if OpenPictureDialog1.Execute then begin // here you can save file name to your dataset like this // MyDataSet.FieldByName...