BaseMemo.PutValueFile Method | |
Read (Import) a value from an external file and write it to the specified column.
Namespace:
XSharp.RDD
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax VIRTUAL METHOD PutValueFile(
nFldPos AS LONG,
fileName AS STRING
) AS LOGIC
public virtual bool PutValueFile(
int nFldPos,
string fileName
)
Request Example
View SourceParameters
- nFldPos
- Type: Long
1 based column number for which the value should be written. - fileName
- Type: String
Name of the file that needs to be read from.
Return Value
Type:
LogicImplements
PutValueFile(Long, String)See Also