Click or drag to resize

DBFAXSAdsBinaryToFile Function

X#
Retrieves the binary object from the given field and stores it in the specified file.

Namespace:  XSharp.RDD
Assembly:  XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.19
Syntax
 FUNCTION DBFAXSAdsBinaryToFile(
	hTbl AS IntPtr,
	strFldName AS STRING,
	strFileName AS STRING
) AS DWORD
Request Example View Source

Parameters

hTbl
Type: IntPtr
strFldName
Type: String
strFileName
Type: String

Return Value

Type: DWord
See Also