Re: Dream Controls: TDcInfoTree



In article <46098e27$1@xxxxxxxxxxxxxxxxxxxxxx>, uwe@xxxxxxxxxx says...

I'm not sure, but can TMS Scripter load DFM files and correctly wire the
event handlers from the corresponding pas file? I have looked at quite a
lot of scripters over the last years, but didn't find anyone doing this.
May be this has changed lately.

Uwe Raabe

Not sure if this will do shat you are looking for but, it's worth a look

TMS Scripter works with Greatis Form Designer

http://tmssoftware.com/
http://www.greatis.com/delphicb/formdes/
http://www.greatis.com/delphicb/formdes/faq/formdessaveload.html


TFormDesigner allows to save and load the entire form and each of
component on the form in text or binary format. The format of the saved
data is fully compatible with standard DFM file and with VCL stream
formats. The entire form can be saved in text or binary DFM format by
the SaveToDFM procedure.

FormDesigner1.SaveToDFM('theform.dfm',dfmText);

The first parameter is file name and the second parameter is data
format, that can be dfmText or dfmBinary. The procedre LoadFormDFM loads
the form from the file.

FormDesigner1.LoadFromDFM('theform.dfm',dfmText);

The events of the form and components are saved but they can be loaded
correctly if the form contains the compatible events with the same names
in the published section, when some event is not declared the event is
ignored automatically when loading.

If you want to keep all current controls on th eform and just to add the
controls from the DFM file, set the ClearBeforeLoad property to False
(this property is True by default).

Each component on the form can be saved to stream and loaded from stream
using the SaveComponentToStream and LoadComponentFromStream routines.
.



Relevant Pages

  • Re: Pretty printing experts, pretty please?
    ... T _is_ a stream designator for terminal I/O, but FORMAT does not ... streams for *terminal-io*, and because the LispM had windowing, every window ...
    (comp.lang.lisp)
  • Re: Data table text I/O package?
    ... regular and homogenuous data in mind. ... Given a data format much like in, ... I said XML is good for parsing of data if you cannot tell in advance that the data stream is totally free of errors. ... However, if some data item contains a separator due to an error, you loose the whole stream, or use the wrong data without noticing this, in the worst case. ...
    (comp.lang.ada)
  • Re: Secure Web Server Version 2.0 available for download
    ... > It's the record formats with metadata, such as variable-length format, that ... > the decision to limit support in this version to stream and fixed record ... > variable-length files, which is why we provided the convert utility to help ... was transmitted with a CRLF terminator. ...
    (comp.os.vms)
  • Re: silent semantic changes with reiser4
    ... Not the main stream, I think, but we do need a way to make "eight-stream ... | It should be a simple format. ... | compound format out there. ... | simple compound format and encourage applications to use this one if the ...
    (Linux-Kernel)
  • Re: Hardware musings
    ... The only problem arises when you try to recreate a physical disk. ... this bit stream format should encompass any formatting known or unknown. ... Tracks are continuous circles. ...
    (comp.sys.apple2)