Developer

TNxActivationOptions

Unit: NxDBGrid6.pas (Sources\Next DBGrid)

TNxActivationOptions = set of (aoAutoAddFields, aoAddAutoIncCol, aoAutoSetFields);


Values
ValueMeaning
aoAutoAddFieldsAfter associated TDataSet is open (Active set to True), column will be created and added for each field. OnAddFieldQuery event can be used to further control this process.
aoAddAutoIncCol
aoAutoSetFields

See also