Click or drag to resize

CoreDb.BlobInfo Method (DWord, DWord, Object)

X#
Retrieve information about a memo column.

Namespace:  XSharp
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 STATIC METHOD BlobInfo(
	nOrdinal AS DWORD,
	nPos AS DWORD,
	oRet REF Object
) AS LOGIC
Request Example View Source

Parameters

nOrdinal
Type: DWord
nPos
Type: DWord
oRet
Type: Object
The returnvalue is returned through this parameter. When set on entry this is the new value of the setting.

Return Value

Type: Logic
TRUE if successful; otherwise, FALSE.
See Also