Jump to content

Feature Request


Guest

Recommended Posts

Message from: "Oscar Flor"

 

Mr Farshad:

 

There are a possibilitiy to "publish" Ext classes?

 

I need to assign dinamically DataSource property to UniDB components,

but in Web Browser session TUniDBEdit is knowed as TUniExtDBEdit, that

is not possible to cast to.

 

Ej.: TUniExtDBEdit(Controls).DataSource := dsSomeDS;

 

Regards.

--

 

.

 

Link to comment
Share on other sites

Message from: "Farshad Mohajeri"

 

Oscar,

 

> Mr Farshad:

>

> There are a possibilitiy to "publish" Ext classes?

>

> I need to assign dinamically DataSource property to UniDB components,

> but in Web Browser session TUniDBEdit is knowed as TUniExtDBEdit, that

> is not possible to cast to.

>

> Ej.: TUniExtDBEdit(Controls).DataSource := dsSomeDS;

>

 

Actually, it is a bug and I will fix this in new version.

 

You will be able to call it like this:

 

TUniDBEdit(Controls).DataSource := dsSomeDS;

 

Which will work in both VCL and Web sessions.

 

 

.

 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...