RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TriggerReadRow.IsUnassignedNull Method (int)

Returns trueif value of given column is unassigned null.

Pascal
function IsUnassignedNull(columnName: string): bool;
function IsUnassignedNull(ordinal: Integer): bool;
C++
bool IsUnassignedNull(string columnName);
bool IsUnassignedNull(int ordinal);

IsUnassignedNull has several forms, depending on the input parameter:

  • Returns true if the value of a given column is an unassigned null. The parameter columnName is the name of the column containing the wanted value.
  • Returns true if the value of a given column is unassigned null. The parameter ordinal is the ordinal of the column containing the wanted value.

 

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