Click or drag to resize

DataColumn.SetModified Method

X#
Mark the current data column, signifying that it has been modified.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD SetModified(
	lModified
) AS USUAL CLIPPER
Request Example View Source

Parameters

lModified (Optional)
Type: Usual
Specify TRUE to mark the data column as modified; otherwise, FALSE.

Return Value

Type: Usual
See Also