Add-in Express publishes the Excel.Application object as an instance of TExcelApplication to access to all Excel objects and their events. So, if you need to integrate with Excel, or with MS Office in general, check out Add-in Express VCL, the tool that makes Delphi the best platform for...
The answer to the question 1 is to create an object that implements the IDocHostUIHandler interface and use that object to control the behaviour of the popup menu. A common solution to the questions 2 & 3 is to set one of the DOM object properties to some suitable value. For example, if...
create an object from a class in another solution Create and fill an multi-dimensional list, how? Create Child class from Parent object Create Class in C#.net Dynamically in Runtime Create comma seperated string from Datarow Create custom menu item in Right click context menu Create EqualityCompa...
Let's pull all we've discovered together in a skeleton Delphi application whose main form, Form1, needs to be able to catch and process dropped files. In our form creation event handler we register our interest with Windows: 1procedure TForm1.FormCreate(Sender: TObject); 2begin 3 // ....
It's much simpler to create a resource file that is identified by an ordinal (e.g.200) than it is to create one identified by a string (e.g.'MY_RESOURCE'), since the resource header records are a fixed size in the first case and are variable in the second case. We will only co...
With Delphi, you can write and use your own DLLs and even call functions regardless of whether or not they were developed with other systems or developers, likeVisual Basic, orC/C++. Creating a Dynamic Link Library The following few lines will demonstrate how to create a simple DLL using Del...
With Delphi, you can write and use your own DLLs and even call functions regardless of whether or not they were developed with other systems or developers, likeVisual Basic, orC/C++. Creating a Dynamic Link Library The following few lines will demonstrate how to create a simple DLL using Del...
AlwaysCreate -> unsuccessfulbuild ambiguous symbol An error occurred while creating or opening the C++ browsing database file... Any idea about invalidoperationexception: no process is associated with this object ?? Any reasons to use MFC instead of WPF? Appcore.cpp 196 assertion in Dialog w...
handles to the "AND" and "XOR" bitmaps to the Windows API function CreateIconIndirect() and use the returned icon handle in your application. Example: procedure TForm1.Button1Click(Sender: TObject); var IconSizeX : integer; IconSizeY : integer; ...
Object Pascal\DataBase\FireDAC\Samples\Comp Layer\TFDGUIxLoginDialog\Main. Subversion Repository: You can find Delphi code samples inGitHub Repositories. Search by name into the samples repositories according to your RAD Studio version. Description ...