Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

integrate two components to one

0 views
Skip to first unread message

GuoGuang

unread,
Jun 17, 1998, 3:00:00 AM6/17/98
to

I want to put TImage on TscrollBox as a single component,and publish all
their properties,How?
--
GuoGuang
ga...@guoguang.com.cn

Robert Harvey

unread,
Jun 20, 1998, 3:00:00 AM6/20/98
to

"GuoGuang" <ga...@guoguang.com.cn> wrote:

>I want to put TImage on TscrollBox as a single component,and publish all
>their properties,How?

Try looking here: http://www.delphideli.com/dlclas.htm it looks like
it might be what you need...

Rob
--
Robert Harvey
R...@findme.co.uk

arab...@my-dejanews.com

unread,
Jun 22, 1998, 3:00:00 AM6/22/98
to

In article <01bd9986$3bbc8580$0200a8c0@development>,

"GuoGuang" <ga...@guoguang.com.cn> wrote:
>
> I want to put TImage on TscrollBox as a single component,and publish all
> their properties,How?

You can make it by hand or visble. If you want to make it by hand, write a
new component, for example based on TPanel and create whatevery you want
inside it.

It is much easier to make it graphically. Sergey Orlink made a tool called
CCPack that lets you put components on a panel and save it as a component.
Look here to get CCPack:
http://www.geocities.com/SiliconValley/Way/9006/

To export the properties either you need to write code or let it be done by a
wizard. One of the many functions that Arabella has is exporting properties.
It writes a function, a procedure and a property for each component.

Look here to get Arabella:
http://members.tripod.com/~Arabella_fairy/index.htm

regards

Thomas


-----== Posted via Deja News, The Leader in Internet Discussion ==-----
http://www.dejanews.com/ Now offering spam-free web-based newsreading

Mark B

unread,
Jun 22, 1998, 3:00:00 AM6/22/98
to

How about overriding CreateParams and creating a TImage with ScrollBars.
That 'might' work to, although I haven't looked at it.

GuoGuang wrote:
>
> I want to put TImage on TscrollBox as a single component,and publish all
> their properties,How?

> --
> GuoGuang
> ga...@guoguang.com.cn

0 new messages