.net component to Delphi component ?Hello,
Is there a way to use .net component inside Delphi ?
Thanks
On Tue, 18 Nov 2008 13:16:37 -0800, isaac sam wrote:
> Is there a way to use .net component inside Delphi ?
http://www.managed-vcl.com/ has some libraries for this.
--
Marc Rohloff [TeamB]
marc -at- marc rohloff -dot- com
Marc Rohloff wrote:
> On Tue, 18 Nov 2008 13:16:37 -0800, isaac sam wrote:
>
>> Is there a way to use .net component inside Delphi ?
>
> http://www.managed-vcl.com/ has some libraries for this.
>
I was hoping for a free tool but thanks
On Tue, 18 Nov 2008...
SEPA components for Delphi with Source Code (Delphi 5Hi all,
in the european union change next year the Bankingformat to the SEPA Format.
All peoples and companies must change the bankingssoftware and the costumer data form acountnummers in the new IBAN and BIC numbers.
See:
http://www.arma-it.de/shop/artikelueber.php?wgruppeid=211&wgruppe_offen=211
Functions:
- generate SEPA XML'S
- Calc IBAN
- BIC Database (DE,AT and CH)
Questions:
vertrieb@arma-it.de
PS:
Bankinssoftware for Develpoers (Germany only)
http://www.arma-it.de/shop/artikelueber.php?wgruppeid=212&wgruppe_offen=212
El 26/10/13 21:38, A...
How to create components in Delphi XE4 usable also in BCB XE4I just got my upgrade from BDS2006 to RAD Studio XE4 and now I have to
embark on making adjustments to the component set we have used in our
applications. We have both Delphi and BCB applications and they use
common components (some of them) developed all in Delphi.
The most difficult one may be the Safenet Sentinel SuperPro dongle
handler which I packaged into a Delphi component long ago and which we
have used both from Delphi and C++ Builder (BDS2006).
What needs to be done in order to use these components seamlessly in
XE4 for both C++ and Delphi?
I also want to be able to compile for 64 bit, which was not possible
before.
--
Bo Berglund
Developer in Sweden
"Bo Berglund" <bo.berglund@nospam.com> wrote in message
news:600117@forums.embarcadero.com...
>I just got my upgrade from BDS2006 to RAD Studio XE4 and now I have to
> embark on making adjustments to the component set we have used in our
> applications. We have both Delphi and BCB applications and they use
> common components (some of them) developed all in Delphi.
> The most difficult one may be the Safenet Sentinel SuperPro dongle
> handler which I packaged into a Delphi component long ago and which we
> have used both from Delphi and C++ Builder (BDS2006).
>
> What needs to be done in order to use these components seamlessly in
> XE4 for both C++ and Delphi?
> I also want to be able to compile for 64 bit, which was not possible
> b...
Delphi Dbase components for XE4Are there any Delphi components available that can be used to replace the
Delphi BDE Dbase functionality? I am looking for something like the DBISAM
VCL components that have corresponding replacements for the BDE TTable and
TQuery components but for use with Dbase. I am currently using the TDbf
freeware component but the source code has not been updated for Delphi XE4.
I would like to be able to compile the Dbase access functionality directly
into any Delphi XE4 application.
Pier
The best BDE replacement I found is FireDAC. (Now part of the Delphi suite)
It depends on your D...
Delphi XE6 How to link FastReport components to FireDAC components?Hi to all.
I'm wondering on how to link FastReport componets to FireDAC components. A Delphi XE article "Creating Reports with FastReport (FireDAC)" tells about some misterious component called "TfrxComponents" that is used to do de job but I can't find it nowhere.
FastReport demos uses ADOTables and ADOQuerys but no FDQueys neither FDTables. Is there any source code example for doing this?
I'll appreciate any link than can help me to best understand my trouble.
Regards,
Hernando.
Please, contact FastReports company regarding FireDAC / FastRepor...
Database Query and other components inside complex Delphi componentHi!
I am trying to develop Delphi DB component for displaying and editing customer data. Many tables (like, carts) in my database references customer using foreign key (like carts.fk_customer) and users want to see a lot of data about customer in diferent forms. So - I am planning to make the component (apparently - derived from TPanel) with the usual properties - DataSource, DataField (for FK_CUSTOMER) and this component should process the changes of its data field (usually fk_customer) by reading addional d
ata from the query (component has DataSource property, so, this is possible to fi...
Delphi XE6 How to link FastReport components to FireDAC components?Hi to all.
I'm wondering on how to link FastReport componets to FireDAC components. A Delphi XE article "Creating Reports with FastReport (FireDAC)" tells about some misterious component called "TfrxComponents" that is used to do de job but I can't find it nowhere.
FastReport demos uses ADOTables and ADOQuerys but no FDQueys neither FDTables. Is there any source code example for doing this?
I'll appreciate any link than can help me to best understand my trouble.
Regards,
Hernando.
First of all, FastReports has a propensity to uninstall itself. S...
Building 64bit Delphi Component in XE4Does anyone know how to build a 64bit Delphi component in XE4 using just the C++ Builder personality?
I opened a delphi component library in XE4 and it shows the 32bit target, and I can build it. However, there is no 64bit target, just 32bit and OS X. The 64bit add option is totally missing. I realize that the IDE just uses 32 bit for its processing, but I need to be able to build the corresponding run-time BPL in 64bit code.
It is possible that the target will come from the vendor, but this does not solve the issue of open software (such as Abbrevia).
Hello Michael,
> Does anyon...
DesignIDE package and porting Delphi 7 components to Delphi XE2HI
I am porting components from Delphi7 to Delphi XE2, and started run in problems regarding MaskProp.dcu, some of the components uses this, and is looking for TMaskProperty class.
After a lot of browsing on the net i figured out that all these units is packaged in the designide.dcp.
So i have the design time component in a package that requires the designide.dcp and then the runtime component package that reguires the designtime package for the component.
In the runtime component package i get errors regarding the MaskProp.dcu and the TMaskProperty class.
I dont know what to do from ...
Hide the component toolbar in Delphi 2010Anyone know how to permanently hide the component toolbar in Delphi 2010? Everytime I start the IDE the toolbar displays no matter how I've closed it or configured my speedsetting.
Bruce Houlihan wrote:
> Anyone know how to permanently hide the component toolbar in Delphi 2010? Everytime I start the IDE the toolbar displays no matter how I've closed it or configured my speedsetting.
I struggle with that one too. I never missed the old component palette
in D2005 -- and I certainly don't want it taking up memory and real
estate in my D2010 setup!
For awhile I tried ge...
Components in ComponentsI'm finishing up on a component that I've been creating at run-time but thought I'd go ahead and compile it and add it to my palette. The component contains a number of TPersistent components and a couple of TComponents. It's working well, and it compiles OK, but in the Object Inspector each of the TComponent properties has a drop-down control next to it, as if I was supposed to pick a component from a list. What is going on with this? Do I need to define the owner differently, or specify a parent-lik
e object? I'd rather it just list the name of the class, like how i...
Where do I find the component of a package in BDS2006(Delphi) IDE?I have installed a graphics package (VTK) in BDS2006 C++ personality.
It can be used in C++ projects, but now I am dealing with a Delphi
project...
When I start the Delphi32 personality and move to the
Components->Install page I can see this package listed and checked and
if I use the components button I see the TvtkBorlandRenderWindow
component (this is the single component of this package).
So far all is OK, but now I want to drop this component on a Delphi
form but I cannot find it in the components list...
According to the vtkBorlandRenderWindow.cpp file it should be
regis...
Delphi 5 to Delphi XE4Thinking about making the conversion. Of course we have numerous components such as:
TurboPower AsyncPro,
TurboPower Orpheus
ICS2
Synactis All-In-The-Box.
You guys have any advice as to the effort and time it may possibly take. It is a large application, several hundred thousand lines.
And that's what happens when using third party components, a lot of extra work. I have been burned a few times.
I now minimize the use to a few well known suppliers, like TMS.
I have "banned" a lot of other components.
Regards,
Ole
>
> Thinking about making the conver...
Delphi XE2 is missing TDirectoryListbox and TDriveComboBox components? [Edit]My Delphi XE2 is completely missing the Win 3.1 tab with all its components?
Is this correct??
I have projects that use the TDirectoryListbox, TDriveComboBox and TFileListBox.
Is my Delphi XE2 installation corrupt??
Thank you in advance for any advice.
Edited by: Wouter Oosthuizen on Oct 7, 2011 6:54 AM
Edited by: Wouter Oosthuizen on Oct 7, 2011 7:12 AM
No need to reply.
It seems that I had a corrupt installation.
I performed a Repair and now my XE2 has the Win 3.1 tab and components.
Thank you.
...
OfficeXP AutomationHello,
we had used the OfficeXP Automation Components in older Delphi Version. We uses for example the TItem Component, but in Delphi XE2 I don't find this (and other components) and so I'm not able to open or compile the project. The component List of the Office XP Automation Server was in Delphi XE much larger.
What can I do to solve this problem?
Best wishes
Bernhard
Edited by: Registered User on May 10, 2012 6:14 AM
> What can I do to solve this problem?
What if you install the Office 2000 packages instead of Office XP?
(menu-component-install packages : uncheck Off...
No DoPaint is available for components in Firemoneky in Delphi XE4 [Edit]Hello everybody,
I need to migrate my XE3 Firemonkey code to XE4 Firemonkey . in XE3 i have used DoPaint for TListBox, TLabel and TPanel to apply changes in their widht and height.
When i compiled my code in XE4, i was unable to find "DoPaint".
Please let me know if anybody has faced the same issue and if there is any another method available or not ? or if there any workaround for this.
Regards,
Padam
Edited by: Padam Jain on Aug 19, 2013 10:45 PM
Padam Jain wrote:
> in XE3 i have used DoPaint for TListBox, TLabel and TPanel to apply changes in their widht an...
New with XE4. Can you recommend a sizing component for this Delphi?Hi there,
I am upgrading to Delphi XE4 and need a sizing component, any recommendations?
Thanks,
Jorge
Jorge wrote:
> I am upgrading to Delphi XE4 and need a sizing component,
> any recommendations?
What is a "sizing component"? You need to be more specific.
--
Remy Lebeau (TeamB)
In Delphi 7, I added GTsizer component so that my forms expand to fit any screen. Now with Delphi EX4, is there a recommended component to add?
Also, I am getting Chinese characters in my Memo component when I use memo.lines.LoadFromFile(myfile). myfile is a textfile type. Any ...
ANN: Bricksoft IM VCL Component v8.2 released. All components support Delphi 2009!All components support Delphi 2009!
Please download the trial version(http://www.imcomponents.com/bsimtrial.zip)
if you like.
--
Bricksoft Support
Bricksoft IM(MSN+YAHOO+AIM+ICQ+Jabber/GTalk) SDK For NET/VCL/COM/SOAP -
http://www.imcomponents.com/
"Jianmin Wu" <nospam@nospam.com> wrote in message
news:72535@forums.codegear.com...
> All components support Delphi 2009!
with D2009 support, do you still require TNT controls for unicode ?
Also do you have any plans to support emoticons ?
Regards,
Danny
Component and demo for D2009 don't need TNT cont...
Trouble importing Active X component into Delphi XE4 [Edit]This message is in MIME format. Since your mail reader does not
understand this format, some or all of this message may not be legible.
--JivePart=_993bb.zeB8CwDOH5aMJzMl
Content-Type: text/plain; charset="Utf-8"
I'm trying to import VLC ActiveX (axvlc.dll) into Delphi XE4 but XE4 is spewing a bunch of errors.
Here are the errors:
{code}
[501B4718]{rtl180.bpl } System.Win.ComObj.OleError (Line 1464, "System.Win.ComObj.pas" + 1) + $11
[215281B7]{tlib180.bpl } TlbUtils.LoadTypeLibrary (Line 406, "TlbUtils.pas" + 11) + $2
[2153D64B]{tlib180.bpl ...
Delphi XE5: Missing Propery Editors sources For Firedac ComponentsI'm developing in Delphi XE5 Enterprise edition. I'm looking for Firedac's Components Editors source file in source/Property Editors folder and i'm not able to find them. Component Editor is an object that usually extends TComponentEditor. Do you confirm that Embarcadero has not release the source code for Firedac's Components Editors in Delphi XE5?
Hello Federico
Most design time property editors and several component editors source files are not delivered.
But several "major" component editors source files are delivered:
* FireDAC.VCLUI.ConnEdit.pas - TF...
Delphi XE4,XE5 100% Native iOS Components [Edit]Delphi XE4,XE5 100% Native iOS Components
http://sourceforge.net/projects/dpfdelphiios/
> {quote:title=Babak Yaghoobi wrote:}{quote}
> Delphi XE4 100% Native iOS Components
>
> http://sourceforge.net/projects/dpfdelphiios/
Great work!
Thanks for sharing this with us!
> {quote:title=Babak Yaghoobi wrote:}{quote}
> Delphi XE4,XE5 100% Native iOS Components
>
> http://sourceforge.net/projects/dpfdelphiios/
If only Embarcadero would include native components as well. I'd love a supported release as opposed to a community release that may simply e...
12.1.20 how to build using latest TMS components & TMS html5 components in Delphi 2010There are some installation issues that can be easily worked around....
1) missing iw12tmsd2010se.groupproj from latest tms pro script edition
release
2) missing iw12tmsded2010.dproj/dpk
just take iw11 version , rename , change all iw11 refs to iw12 , and
110_140 to 120_140
3) iw12tmsxlsd2010.dpk and iw12tmsxlsd2009.dpk require IW11tmsgridd20** bpls
edit .dpk to fix
4)
iwtmsbase,iwtmscalulatinglabel,wisidenavbar,iwexchangebar,iwadvselector
..pas files use system.UITYPES
This is not a delphi 2010 unit.
removed and all refs built...
5) IW html5base uses system.UI...
ANN: TBMDThread component set with Delphi XE4, XE5, and XE6 support.Dear Delphi developers,
The TBMDThread is a open source Delphi version of the TBMThread component
set.
This is an update adding XE4, XE5, and XE6 support.
You can download it from here:
http://www.mitov.com/free_downloads
Do you need to write a multithreaded applications? Are you annoyed of
writing lines and lines of code for threads synchronization and
CriticalSections for data protection? Would you believe that the thread is
just a click away? Well here it is, the TBMDThread is a native VCL component
implementing everything you do need to create the thread and the
synchronization, just dropping the component on the form. Sounds great,
right? And it’s not all. Here is the Thread group now. Just set couple of
threads to point to one and the same group and you can control and monitor
all of them.
With best regards,
Boian Mitov
-------------------------------------------------------
Mitov Software
www.mitov.com
-------------------------------------------------------
Dear Boian,
Could you also update your "TBMDSpinEdit" ? :)
Best regards,
Jiaguo
"Boian Mitov" has written news:675276@forums.embarcadero.com...
Dear Delphi developers,
The TBMDThread is a open source Delphi version of the TBMThread component
set.
This is an update adding XE4, XE5, and XE6 support.
You can download it from here:
http://www.mitov.com/free_downloads
Do you need to write a multithreaded applications? Are you annoyed of
wri...
ANN: New version of X-DBGrid Component 4.23 and X-Files Components 4.23 with support for Delphi 2010 and C++Builder 2010!Dear Developers,
I'm pleased to announce the new version of X-DBGrid Component 4.23
and X-Files Components 4.23 has been released.
What's new in version 4.23 ?
======================
- Package for Delphi 2010 Win32 and C++Builder 2010!!!
What's new in version 4.22 ?
======================
- Included printable Developer's Guide in PDF format (227 pages)!!!
- TXQRGrid is ready for using with QuickReport 5.0x for Delphi 2009
- Improved Calculator adjusted to InplaceEditor font style and size
- Improved Calendar adjusted to InplaceEditor f...