DefaultValues property

Applies to
TIB_Dataset

Declaration
Property DefaultValues : TIB_StringList;

Description
This property allows defaults to be defined on the client. Upon going into dssInsert state AsString is assigned the string values stored in this StringList property.

Use the standard format of:

[< tablename >.]< columnname >=< string value to be assigned >