Click or drag to resize

DataServer.PostInit Method (Typed)

X#
Implement customized initialization code for the window.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOSystemClasses (in XSharp.VOSystemClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD PostInit() AS USUAL CLIPPER
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