DataServer.PostInit Method | |
Implement customized initialization code for the window.
Namespace:
VO
Assembly:
VOSystemClasses (in VOSystemClasses.dll) Version: 2.19
Syntax Remarks
This method is used to customize the initialization code for a dataserver.
The customized initialization code will not be overridden by the generated default initialization code.
A call to PostInit() is automatically generated at the end of the Init() method.
See Also