AdsLogicColumn Constructor | |
Namespace:
XSharp.ADS
Assembly:
XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.21
Syntax CONSTRUCTOR(
oInfo AS RddFieldInfo,
oRDD AS ADSRDD,
type AS AdsFieldType,
nPos AS DWORD
)
public AdsLogicColumn(
RddFieldInfo oInfo,
ADSRDD oRDD,
AdsFieldType type,
uint nPos
)
Request Example
View SourceParameters
- oInfo
- Type: RddFieldInfo
- oRDD
- Type: ADSRDD
- type
- Type: AdsFieldType
- nPos
- Type: DWord
See Also