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

Sets the value of a given column to its default value.

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

SetDefault has several forms, depending on the input parameter:

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