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