Click or drag to resize

Collection.AddObject Method

X#

Namespace:  XSharp.VFP
Assembly:  XSharp.VFP (in XSharp.VFP.dll) Version: 2.19
Syntax
 METHOD AddObject(
	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