Guest Posted August 24, 2010 Posted August 24, 2010 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. -- . Quote
Guest Posted August 24, 2010 Author Posted August 24, 2010 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. . Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.