Used to specify the name of a generator that will be used to fill in a key field after a new record is inserted or posted to the database.
property KeyGenerator: string;
Use the KeyGenerator property to specify the name of a generator that will be used to fill in a key field after a new record is inserted or posted to the database.
Note: KeyGenerator is used by TCustomIBCDataSet only if TCustomDADataSet.KeyFields property is assigned.