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

Sets the value of a given column to assigned null.

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

SetAssignedNull has several forms, depending on the input parameter:

  • Sets the value of a given column to assigned null. The parameter columnName is the name of the column containing the value to be changed.
  • Sets the value of a given column to assigned 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!