ADSMemo.PutValueFile 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 PutValueFile(
nFldPos AS LONG,
fileName AS STRING
) AS LOGIC
public override bool PutValueFile(
int nFldPos,
string fileName
)
Request Example
View SourceParameters
- nFldPos
- Type: Long
- fileName
- Type: String
Return Value
Type:
LogicImplements
PutValueFile(Long, String)See Also