.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...
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...
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...
Delphi XE6: Where is TfrxFDComponents component?Hi to all,
I'm following the Delphi XE6 Wiki Creating Reports with FastReport (FireDAc) as described in:
http://docwiki.embarcadero.com/RADStudio/XE6/en/Creating_Reports_with_FastReport_(FireDAC)
But I can't find the described component TfrxFDComponents in my Delphi ToolPalette. Is something I missed to install?
Any help will be appreciated.
Regards,
Hernando.
Hi,
You should download it from EDN.
07.01.2015 17:51, Hernando Duque wrote:
> Hi to all,
>
> I'm following the Delphi XE6 Wiki Creating Reports with FastReport (FireDAc) as described in:...
Delphi XE6: Where is TfrxFDComponents component?Hi to all,
I'm following the Delphi XE6 Wiki Creating Reports with FastReport (FireDAc) as described in:
http://docwiki.embarcadero.com/RADStudio/XE6/en/Creating_Reports_with_FastReport_(FireDAC)
But I can't find the described component TfrxFDComponents in my Delphi ToolPalette. Is something I missed to install?
Any help will be appreciated.
Regards,
Hernando.
Hi,
You should download it from EDN.
07.01.2015 17:51, Hernando Duque wrote:
> Hi to all,
>
> I'm following the Delphi XE6 Wiki Creating Reports with FastReport (FireDAc) as described in:...
FireDAC and Delphi Pro XE4... firedac tab not visible?I am moving from a very old Borland product (2006) to Delphi XE4 Professional with FireDAC addon. I purchased both from Embarcadero, and have downloaded both. The documentation says the FireDAC components should automagically appear in the tabset for Delphi. They do not. I don't want to fool around too much as my environment is strictly controlled by IT, and they are very slow to do anything. Is there something that I should have done, but did not do? I installed XE4 first, registered it, then used
the link in my email from Embarcadero to download the FireDAC components. Then I ra...
Component toolbar in Delphi XE4 missing tabs and componentsI installed my custom components package in the RAD Studio XE4
"personality" (both Delphi and C++Builder). It seemed to work fine and
I could create a VCL test app for both Delphi and C++Builder with one
of the components dropped on a form.
But now I am investigating this further and I find that a lot of
components are missing.. :-(
I managed to get the components displayed as a tabbed ribbon across
the top similar to in Delphi7 by going to View/Toolbars/Components.
Then I could also drag it to a place on the screen where it could use
the full width of the IDE.
I then...
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...
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 ...
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...
FireDAc acess VS IBX in Delphi XE6Dear Sir,
I've been testing both tecnhologies: IBX and FireDac access for local and remote acess o Firebase database.
In local access i foud no sucth diference.
However in remote accesse FiraDac takes 10 to 20 time more the IBX and i wonder why?
In both cases i used ZEBEDEE in order to improove access.
Here goes a piece of the code i use:
With MyFDacConnection Do
begin
Params.Add('CharacterSet=WIN1252');
Params.Add('user_name=' + Uppercase( User ) ) ;
Params.Add('Password=' + Password );
Params.Add('ExtendedMetadata=...
Linking a component to another componentHi,
I'm trying to link a component to another one by its pointer, wich means
that whe I create the component it creates 3 other components, and when I
destroy it it destroys the other compoents associated
example:
I'm using this:
type
TSystem = class(TComponent)
private
F1, F2, F2: TButton;
FPanel: TPanel;
procedure SetPanel(Panel: TPanel);
public
constructor Create(AOwner: TComponent); override;
destructor Destroy; override;
published
property Panel: TPanel read FPanel write SetPanel; <- when I get a new
panel, it crea...
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...