RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TriggerReadWriteRow.SetUnassignedNull Method (int)

Sets the value of a given column to unassigned null.

Pascal
function SetUnassignedNull(columnName: string): void;
function SetUnassignedNull(ordinal: Integer): void;
C++
void SetUnassignedNull(string columnName);
void SetUnassignedNull(int ordinal);

SetUnassignedNull has several forms, depending on the input parameters:

  • Sets the value of a given column to unassigned null. The parameter columnName is the name of the column containing the value to be changed.
  • Sets the value of a given column to unassigned null. The parameter ordinal is the ordinal of the column containing the value to be changed.

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!