|
TComponent > XML > TComponent!!
Ever wanted a generic nice way to convert any TComponent to XML and take XML and populate a TCOmponent?? Wouldn't it be nice to interact with a component by handing nice strings.. say in a web app? I wrote QuickRTTI just for such a purpose. It is free for use, just consider it resume-ware. Some comments included, but it is VERY simple.
Related Discussions - ICONS (2001-01-10 07:09:37)This component is not working correctly. Colors look different when saved with this component.
- PASSING FUNCTIONS AS PARAMETERS (2001-01-11 11:29:41)This code was posted by Glynn Owen on the newsgroup.
Newsgroup: borland.public.delphi.objectpascal
unit Unit1;
interface
uses...
- HOW TO DYNAMIC MAKE A TWEBBROWSER IN A TABSHEET? (2001-01-19 07:08:27)You have to cast the Parent proerty to TControl so it
won't think you are trying to use the IDispatch Parent.
procedure...
- DATAMODULE IN A DLL (2001-01-21 23:16:01)where is datamodule in exe or in dll.
if it is in exe then most possible your dll is not able to link to that datamodule
for varifying if that...
- QUICKTIME 4 EFFECT AND SOME OTHER MUSIC PROGRAMS EFFECT... (2001-01-26 11:23:28)Could you be talking about something like this:
(*
** 8/1/96 - Created by calix@together.net
** Inspired by Brendan V. Delumpa
**
** TRollup...
- HOW TO PUT EXE-FILE AS RESSOURCEFILE INTO MY APPLICATION? (2001-01-26 06:34:30)This is from Mark Bracey (Team B) on the Borland newsgroups:
{I modified it slightly}
Hope this helps you...
Here is a simple little...
- PLEASE HELP IMAGE DOWNLOADER... (2001-01-28 17:17:26)Hey!
Ok... Here's a sample application. I made a sample unit for you and it works and does just what you need. Here's the code:
unit Unit1;...
- SAMPLE CODE COMPILED (2001-01-30 10:41:42)Another user of delphipages.com gave me it.
- PLEASE HELP (2001-01-30 14:14:20)OK... I made this code for you... now you want me to compile it for you? Don't you have a Delphi?
- TP'S "SOUND(HERTZ:INTEGER);" ? (2001-02-04 13:19:57){This will do the trick... Just install the component, drop in on your form, and call Play(Freq: Word; MSecs: Integer)}
unit PCSpkr;...
|