Home » Community » Newbie corner » How to Xmlize gridctrl
Re: How to Xmlize gridctrl [message #44626 is a reply to message #44624] |
Sun, 26 April 2015 22:34   |
Mindtraveller
Messages: 917 Registered: August 2007 Location: Russia, Moscow rgn.
|
Experienced Contributor |

|
|
Hi Matteo,
I'm not quite sure if I understand what variables are sd and CdRdl. Are they your internal variables, or are they belong to GridCtrl internals? If you try to serialize GridCtrl's internal members, this is definitely bad idea. At least because if author changes GridCtrl internals in some new revisions of U++, then you'll have to modify your sources each time it happens. C++ classes is something about hiding all the internals inside the class. Accessing any internals of any other class is generally a bad practice. Maybe it will be better to discuss what particular task are you trying to solve by serializing these two variables, than trying to access any GridCtrl's internals.
[Updated on: Sun, 26 April 2015 22:35] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Thu May 15 23:05:37 CEST 2025
Total time taken to generate the page: 0.03687 seconds
|