DataListView Constructor (Typed) | |
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
oOwner AS Window,
xID AS LONG,
oPoint AS Point,
oDimension AS Dimension
)
public DataListView(
[DefaultParameterValueAttribute(null, 0)] Window oOwner,
[DefaultParameterValueAttribute(1000, 0)] int xID,
[DefaultParameterValueAttribute(null, 0)] Point oPoint,
[DefaultParameterValueAttribute(null, 0)] Dimension oDimension
)
Request Example
View SourceParameters
- oOwner
- Type: Window
- xID
- Type: Long
- oPoint
- Type: Point
- oDimension
- Type: Dimension
See Also