ice Posted November 5, 2016 Posted November 5, 2016 Hi, the Server Componente set startDate as TDatetime. procedure MyCustomComponent.SetstartDate(var Value:TDateTime); ..... JSProperty ('startDate',[Value],'setStart') ..... on clientside value is Date - no string. How can i do this ? Quote
ice Posted November 6, 2016 Author Posted November 6, 2016 OK it work`s, I send JSCode (JSName+'.setDate(new Date(2016,11,1,1,0))'); 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.