Collection.AddObject Method | |
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
public bool AddObject(
Object oValue,
[DefaultParameterValueAttribute("", 0)] string cKey,
[DefaultParameterValueAttribute(0, 1)] Usual oBefore,
[DefaultParameterValueAttribute(0, 1)] Usual oAfter
)
Request Example
View SourceParameters
- oValue
- Type: Object
- cKey
- Type: String
- oBefore
- Type: Usual
- oAfter
- Type: Usual
Return Value
Type:
LogicSee Also