Click or drag to resize

Collection.Add Method

X#

Namespace:  XSharp.VFP
Assembly:  XSharp.VFP (in XSharp.VFP.dll) Version: 2.21
Syntax
 METHOD Add(
	oValue AS Object,
	 cKey AS STRING,
	 oBefore AS USUAL,
	 oAfter AS USUAL
) AS LOGIC
Request Example View Source

Parameters

oValue
Type: Object
cKey
Type: String
oBefore
Type: Usual
oAfter
Type: Usual

Return Value

Type: Logic
See Also