Click or drag to resize

DataColumn.SetModified Method (Typed)

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

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.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