DataServer.PostInit Method (Typed) | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual PostInit()
Request Example
View SourceReturn Value
Type:
UsualRemarks
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