Custom controls in DataSet Manager

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
hughespa
Posts: 81
Joined: Sat 23 Aug 2008 08:36
Location: W. Australia

Custom controls in DataSet Manager

Post by hughespa » Sun 26 Oct 2008 12:58

Hi,

How do I place custom controls into the list of available controls shown in the dataset manager?

I use a data aware date time picker that I want to specify for all date or datetime fields when I create the controls from within the dataset manager.

Regards, Paul.

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Tue 28 Oct 2008 09:03

The list of available controls contains all controls that have the DataSource and DataField properties.

Please specify the name and the producer of your component. Has the component the DataSource and DataField properties?

hughespa
Posts: 81
Joined: Sat 23 Aug 2008 08:36
Location: W. Australia

Post by hughespa » Tue 28 Oct 2008 09:30

Hi,

It is my own control which is descended from a TDateTimePicker. It does have the DataSource and DataField properties published.

Would it be because it is only the evaluation version that I'm currently using?

Regards, Paul.

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Wed 29 Oct 2008 09:13

We could not reproduce the problem. Please send your control to unidac*devart*com, and we'll test it. Also please specify your Delphi version.

Post Reply