TNxActivationOptions
Unit: NxDBGrid6.pas (Sources\Next DBGrid)TNxActivationOptions = set of (aoAutoAddFields, aoAddAutoIncCol, aoAutoSetFields);| Value | Meaning |
|---|---|
| aoAutoAddFields | After 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 |