IMemo.GetValueFile Method | |
Get the value for a column and write (export) it to an external file.
Namespace:
XSharp.RDD
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax FUNCTION GetValueFile(
nFldPos AS LONG,
fileName AS STRING
) AS LOGIC
bool GetValueFile(
int nFldPos,
string fileName
)
Request Example
View SourceParameters
- nFldPos
- Type: Long
1 based column number for which the value should be retrieved. - fileName
- Type: String
Name of the file that needs to be written to.
Return Value
Type:
LogicSee Also