Board index » delphi » TFormDesigner info

TFormDesigner info

I am looking for a source of info and/or comments on
the use of TFormDesigner.

Thanks in advance.  Kip

 

Re:TFormDesigner info


Quote
In article <515cue$...@shiva.usa.net> k...@usa.net (kip) writes:
>From: k...@usa.net (kip)
>Subject: TFormDesigner info
>Date: 11 Sep 1996 03:50:38 GMT
>I am looking for a source of info and/or comments on
>the use of TFormDesigner.
>Thanks in advance.  Kip

Email Ray Lischner - he's your man

Boris Ingram, Cyborg Software
boris...@iafrica.com
100076.3...@compuserve.com
http://www.pcb.co.za/users/borising/cyborg.htm

Re:TFormDesigner info


On 11 Sep 1996 03:50:38 GMT, k...@usa.net (kip) wrote:

Quote
>I am looking for a source of info and/or comments on
>the use of TFormDesigner.

Start with the help files. The class declaration is in DsgnIntf.pas,
which every version of Delphi includes, even if you don't have the
full VCL source code. Look around, because different versions hide the
file in different directories.

Secrets of Delphi 2 has a complete description of this class, its base
class, TDesigner, examples of how to use these classes, and an example
of defining your own derived class.
--
Ray Lischner, Author of Secrets of Delphi 2 (Waite Group Press)
Tempest Software, Corvallis, Oregon, USA  http://www.tempest-sw.com

Other Threads