Board index » delphi » Storing TForm and/or its properties in a BLOB
del...@iafrica.com (Me)
![]() Delphi Developer |
Tue, 23 Mar 1999 03:00:00 GMT
|
del...@iafrica.com (Me)
![]() Delphi Developer |
Tue, 23 Mar 1999 03:00:00 GMT
Storing TForm and/or its properties in a BLOBHi, this time I have a question. I am looking for a solution to efficiently storing a Form's and it's I don't want to use DLLs other anything else, but simply create a form with Is that possible in runtime? Mail me at ow...@ellipse-data.com with Stefan |
John M. Mia
![]() Delphi Developer |
Tue, 23 Mar 1999 03:00:00 GMT
Re:Storing TForm and/or its properties in a BLOBQuoteIn article <N.100496.215247.82@thelink>, del...@iafrica.com (Me) wrote: John World-Wide-Web: The CB Radio of the 90's |
M
![]() Delphi Developer |
Wed, 24 Mar 1999 03:00:00 GMT
Re:Storing TForm and/or its properties in a BLOBOn 05/10/1996 01:44, in message <5347nj$...@mtinsc01-mgt.ops.worldnet.att.net>, Quote> Get a copy of "Secrets of Delphi 2.0" *begin-of-flame* Thank you Stefan P.S. I apologise for any discomforts caused. |
Oliver Bollma
![]() Delphi Developer |
Wed, 24 Mar 1999 03:00:00 GMT
Re:Storing TForm and/or its properties in a BLOBHallo, here are examples you need, I hope: procedure SaveToField(FField:TBlobField;Form:TComponent); procedure LoadFromField(FField:TBlobField;Form:TComponent); Good luck ! |
Boris Ingr
![]() Delphi Developer |
Thu, 25 Mar 1999 03:00:00 GMT
Re:Storing TForm and/or its properties in a BLOBQuoteIn article <N.100596.154027.26@thelink> del...@iafrica.com (Me) writes: procedure TReportDesigner.BtnSaveClick(Sender: TObject); begin HTH Boris Ingram, Cyborg Software |
Will
![]() Delphi Developer |
Fri, 26 Mar 1999 03:00:00 GMT
Re:Storing TForm and/or its properties in a BLOBHi Stefan, I noticed you got some replies (*snicker*) We did something similar a while ago, and here are some hints: * Start of mini flame * Regards, Willo |
Martin Larsso
![]() Delphi Developer |
Fri, 26 Mar 1999 03:00:00 GMT
Re:Storing TForm and/or its properties in a BLOBQuoteMe wrote: http://www.amazon.com Or, for Ray's book, check out his page at http://www.tempest-sw.com/. Most publishers also sell their own books at their homepages. M. -- mailto:martin.lars...@delfi-data.msmail.telemax.no |
Olav
![]() Delphi Developer |
Fri, 26 Mar 1999 03:00:00 GMT
Re:Storing TForm and/or its properties in a BLOBQuoteWillo wrote: _ |
1. Invalid BLOB ID & BLOBs in stored procedures
2. Properties of type: TForm, TDataSet, TField
4. AutoScroll Property of TForm?
5. poDesigned property of TForm?
6. How To: Expose new published properties of TForm derivative in Object Inspector
7. strange TextHeight property of TForm
10. Delphi5 problem whith the TForm property WindowState=wsMaximized