Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread Duplicating a Session and Database Component
Tue, May 30 2006 2:39 PMPermanent Link

"Johnnie Norsworthy"
To duplicate all of the properties of a TDBISAMSession or TDBISAMDatabase
component, do I have to copy each property manually or is there an easier
way?

I am trying to write a general routine to duplicate these components at
run-time.

Thanks,
Johnnie


Wed, May 31 2006 1:28 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Johnnie,

<< To duplicate all of the properties of a TDBISAMSession or TDBISAMDatabase
component, do I have to copy each property manually or is there an easier
way? >>

Unfortunately, that's the only way apart from trying to use RTTI to do so
generically.

--
Tim Young
Elevate Software
www.elevatesoft.com

Image