On Monday 01 July 2013 10:34:29 minoshi wrote:
> Hello again!
>
> I want add drag&drop files ability in existing project.
> (I looked
> "universe/attic/msedocumenting/mse/trunk/help/tutorials/widgets/sysdnd/sysd
>nd.prj" for example)
>
> When add  "docking form"  in project there is "dragdock" property in
> "Object inspector".
> In mainfo there is no same property.
>
> How to change class of mainfo of existing project to dockform?
> I try to change "tmainfo = class(tmainform)" to "tmainfo =
> class(tdockform)", but "dragdock" property still no present in "Object
> inspector".
>
Additionally in mainfo form RightClick-'Show as Text', change 
"
  moduleclassname = 'tmainform'
"
to
"
  moduleclassname = 'tdockform'
"
RightClick-'Show as Form'.

Martin

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
mseide-msegui-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to