ComArray.AssignFrom

Assigns a .NET collect to this ComArray Instance. Has to be passed as a base instance (ie. parent instance of the array) and the name of the array because once the array hits VFP code it's already been converted into a VFP array so only internal reflection will allow getting the actual reference into ComArray.

public bool AssignFrom(object baseInstance,
	string arrayPropertyName)

Parameters

baseInstance
Instance of the parent object of the array

arrayPropertyName
Name of the array property on the parent instance


See also:

Class ComArray

© West Wind Technologies, 1996-2024 • Updated: 10/21/22
Comment or report problem with topic