ADSMemo.PutValue Method | |
This method is not supported by the AdsMemo class
Namespace:
XSharp.ADS
Assembly:
XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.21
Syntax VIRTUAL METHOD PutValue(
nFldPos AS LONG,
oValue AS Object
) AS LOGIC
public override bool PutValue(
int nFldPos,
Object oValue
)
Request Example
View SourceParameters
- nFldPos
- Type: Long
- oValue
- Type: Object
Return Value
Type:
LogicImplements
PutValue(Long, Object)See Also