Click or drag to resize

DataServer.PostInit Method

X#
Implement customized initialization code for the window.

Namespace:  VO
Assembly:  VOSystemClasses (in VOSystemClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD PostInit() AS USUAL
Request Example View Source

Return Value

Type: Usual
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