Custom.AddObject Method | |
Namespace:
XSharp.VFP
Assembly:
XSharp.VFP (in XSharp.VFP.dll) Version: 2.21
Syntax METHOD AddObject(
cName AS STRING,
oObject AS Object
) AS LOGIC
public bool AddObject(
string cName,
Object oObject
)
Request Example
View SourceParameters
- cName
- Type: String
- oObject
- Type: Object
Return Value
Type:
LogicSee Also